Page unload event in asp.net -
Is it possible to write page_upload events of code similar to page_load event? I wanted to call a method on unloading the page. How do I get it?
with AutoEventWireup
which is turned on by default on a page Just add the pages you have prepared with page _ *** event * and connect with ASP.NET for you.
In case of opening the method signature:
Secure Zero Page_download (Object Sender, Eventarges e)
For details see .
Comments
Post a Comment