Suppose that I already am within an aspx page, how can I call another aspx???Code:private void Button1_Click(object sender, System.EventArgs e) { }
This is a discussion on calling aspx from button event within the C# Programming forums, part of the General Programming Boards category; Code: private void Button1_Click(object sender, System.EventArgs e) { } Suppose that I already am within an aspx page, how can ...
Suppose that I already am within an aspx page, how can I call another aspx???Code:private void Button1_Click(object sender, System.EventArgs e) { }
Server.Transfer
Response.Redirect
http://www.developer.com/net/asp/article.php/3299641