Pages

Subscribe:

Ads 468x60px

Thursday, March 1, 2012

how to redirect a page in asp.net using c#

here is the simplest way to redirect a page in asp.net using c#

code in .cs file
Response.Redirect("page2.aspx");

No comments:

Post a Comment