Pages

Subscribe:

Ads 468x60px

Thursday, September 8, 2011

redirect in asp.net

it is very simple to redirect your webpage to another webpage or just to another website just copy the below code in the event where you want to use.

code for aspx.cs
Response.Redirect("mypage.aspx");

No comments:

Post a Comment