Z
zEE
The solution to the problem is
let say i have a function
private void btn_delete_click(object Sender, System.EvenArgs e)
{
//logic to perform on button click
// In order to reflect the changes on the current page write
Page.Response.Redirect(Page.Request.Url.ToString(), false);
}
Now click F5 ............button event will not be fired
Hope it will help u guys
tc
let say i have a function
private void btn_delete_click(object Sender, System.EvenArgs e)
{
//logic to perform on button click
// In order to reflect the changes on the current page write
Page.Response.Redirect(Page.Request.Url.ToString(), false);
}
Now click F5 ............button event will not be fired
Hope it will help u guys
tc