What is the the Page_Load Event in ASP.Net?

 Posted by Vijay.K on 9/6/2012 | Category: ASP.NET Interview questions | Views: 2682 | Points: 40
Answer:

The Page_Load event is one of many events that ASP.Net understands. The Page_Load event is triggered when a page loads, and ASP.Net will automatically call the subroutine Page_Load, and execute the code inside it.


Source: i refer many site | Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response