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
how to elimainte the similar data from the different tables
Explain the features that make asp.net more used framework? : asp.net mvc
Describe the application event handlers in ASP.NET?
Explain the difference between asp & asp.net.
What is difference between asp.net and asp?
What is x xss protection?
To load your generated dataset with data which method do you invoke?
What is state management in asp.net with example?
What are the new features implemented in ASP.NET?
Why would a company use an application service provider?
How can we make sure that Web API returns JSON data only?
What is data control in asp.net?
Explain transparent caching with aop?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is simple data binding?