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
Why we go for mvc instead of asp.net? : Asp.Net MVC
Explain how can you debug your .net application?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Which method is used to enforce garbage collection in .net?
Explain the concept of event bubbling in ASP.NET?
What is a global postback url?
What is the function used for removing an event listener?
Where code pages are used?
Can the dictionary object be created in client?s scope ?
What is inproc mode in session?
Write code to send e-mail from an asp.net application?
Is there any property names “isnavigating”?
What is the application pool?
What does passport and windows authentication mean in ASP.NET?
What is marshalling ? Is it a part of asp.net ?