In asp.net, when working on web app, there is a function called ‘Page_Load’, which is empty. Is this called everytime the page is loaded? What if I remove this function? Essentially what is the main purpose of Page_Load?
Many Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
its main purpose it to do / verify / check things when the page is loading ( one of its start events).
this function is being called by reflection when
AutoEventWireupis on.