private MyFunc() { //Your code goes here. } protected void Page_Load(object sender, EventArgs e) { MyFunc(); } protected void Button_Click(object sender, EventArgs e) { MyFunc(); }
Response.Redirect(Request.Url.AbsoluteUri);
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)