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
Explain the difference between server control and html control.
What are the steps to follow to host a web application on a web server?
What is session mode in asp.net?
Explain server-side scripting and client-side scripting.
Where is the view state data stored in asp net?
What is web configuration file and how to use in web application
Why mvc is better than asp.net? : Asp.Net MVC
How ViewstateMac works?
What are the authentication types in asp.net?
What is a response cookie?
What is full form of asp.net?
What is data caching?
Please briefly explain the usage of global.asax?
Which methods validate all the controls on a page?
Explain the differences between clr & cts?