ADS

Thursday 3 May 2018

Submitting a Page in ASP.NET| page_load method

Submitting a Page in ASP.NET:

When ever user submit a page web browser create anew request & sends that request to the server request may be for the same page or for another page.
Server received that request & after processing sends response to the user in before sending the response server executes program that is associated with the requested page.

Page_load method:


Before sending the page to the user server execute page_load method. So we can write code in this method to generate dynamic method for the user. this method is executed each time server load that page.

No comments:

Post a Comment

Popular Posts