Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi--

how will i call a different .aspx page in vb.net on postback?

this is to call the server-side script of the page (the functions of the page) and Not to load the page.

Thanks,
Posted
Updated 20-May-12 16:24pm
v2

1 solution

You can check if it is a postback using the Page.IsPostBack property and, call to the HttpResponse.Redirect method with the wanted page.

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900