Robert Chu
01-12-2006, 04:07 AM
How to redirect to another page in asp.net ?
|
Click to See Complete Forum and Search --> : How to redirect to another page in asp.net ? Robert Chu 01-12-2006, 04:07 AM How to redirect to another page in asp.net ? eeccll 01-12-2006, 05:48 AM double click on the button, then at the code behind, inside the button function, write this code... Response.Redirect("filename.aspx") webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |