Redirecting Pages, OO Design and Web UI Frameworks
I have some challenges trying to use “Response.Redirect”. How does it work? Response.Redirect sends the user to the specified page. You can call it from any page, you just need a reference to the System.Web assembly. Also add using System.Web.UI.Page at the top of you code. There are two overloaded versions of the Redirect method.
Redirecting Pages, OO Design and Web UI Frameworks Read More »
