How to Disable "page cannot be refreshed without resending information..." warning.
-
When I click save button i am calling a function to RegisterClientScriptBlock Page.RegisterClientScriptBlock("keyClientBlock",jScript); How should i disable this...I cant remove this function bcoz i have one page inside another page...
Regards, Sivaprasad
-
When I click save button i am calling a function to RegisterClientScriptBlock Page.RegisterClientScriptBlock("keyClientBlock",jScript); How should i disable this...I cant remove this function bcoz i have one page inside another page...
Regards, Sivaprasad
If you are re-posting a form by reloading the page, the browser sends up this warning. This is a security precausion, so that the user won't re-post data without being aware of it. The warning might be able to disable manually in the browser, but not by using script.
--- b { font-weight: normal; }