Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

Go to another page from

$
0
0
Hi all, my background is in Sql server data warehousing and Ms Access VBA. I bought a copy of Asprunner.net so that I can convert my access applications to asp.net.

Question
In Asprunner.net, I have been trying to simply insert a simple button to open another pager from a report or any other list page.
On the Client After event .I have tried
MVCFunctions.HeaderRedirect("Page Name", " list ");

I have also tried this
location.href = Runner.getPageUrl("Page name", "list");

When I click on the button nothing happens
I also tried this on client before even as well just in case, but not worked either.
Where am i going wrong? All i want to do is simply open another page without send any values to that page (Yet), just to open it in any of these formats Add/list/View etc.

Thanks for your help in advance

Viewing all articles
Browse latest Browse all 2586

Trending Articles