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 would you get asp.net running in apache web servers?
What are the Difference between asp.net and asp ?
What are the asp.net security controls?
How to you can limit Access to Web API to Specific HTTP Verb?
What is the difference between typeof() vs gettype()?
What is cookieless session id explain in brief?
How do you deploy your asp.net application?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Define machine.config in .net?
How does the iis work?
What is AutoPostback?
What is inheritance and an how it be used, example with an example?
witch is the best insistute in sharpoint course.what abt future of share point course.
What are the features of asp net?
A web service can only be written in .net? State whether true or false.