Suppose Page_load event is defined in aspx page and same page_load event in code behind. What will happen now? How program will run?
Interview question and answer by:
Virendradugar | Posted on: 9/7/2009 | Category:
ASP.NET Interview questions | Views: 4300 |
Answer:
Answer to this is :
The Page_load method in the aspx page will only run.It takes precedence over the one in the code behind.
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: