Programming tips and tricks
Home
Wednesday, 10 April 2013
How to call Response.Redirect() from a class in App_Code
To call Response.Redirect() from a class in App_Code you can use :
HttpContext.Current.Response.Redirect(myUrl);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment