You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer Posted / arvind kumar
Hi frnd,
In this case, Page_Load() method of aspx.cs takes precedence
over the Page_Load() method of aspx file.
The code assosicated with Page_Load() of aspx would not run.
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Web API supports which protocol?
Explain the difference between authentication and authorization.
What is different in .net 1.1 and .net 2.0?
List the events in page life cycle.
What is x xss protection?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is query string?
What is Web API?
What is application variable in asp.net?
How could you modify xaml content from javascript?
What is repository pattern in mvc.net? : asp.net mvc
What is ispostback method in asp.net?
Explain authorization levels in .net ?
Define view state.
Why we use content place holder in asp.net?