-
Junior Member
Code for goto next page
In ado.net to goto the next page we are using the following code
response.redirect("nextpage.aspx");
like that
is there any code in VB.NET or in C#.NET
-
Re: Code for goto next page
if you are using windows application and want to display another form then use the show method of the form object .
-
Junior Member
Re: Code for goto next page
you can use server.transfer("nextpage.aspx"); which next page url will not be updated in your address bar of browser.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules