You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer Posted / js_m
The Page_load method in the aspx page will only run.It takes
precedence over the one in the code behind.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
How can we prevent browser from caching an aspx page?
How can we access static variable?
How information about the user's locale can be accessed?
How do you implement sql caching in asp.net?
What is view state and how it works in asp net?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How should I destroy my objects in asp.net?
What is difference between mvc and asp.net? : Asp.Net MVC
What is postback in asp net?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is a web api endpoint?
What is asp net_sessionid?