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
Explain parts of assembly?
What is the Intermittent crashing of application in production?
Where would you use an ihttpmodule, and what are the limitations if any?
What is repository pattern in mvc.net? : asp.net mvc
How can you make sure that web api returns json data only?
Explain how can you debug your .net application?
What are the advantages and disadvantages of Using Cookies?
How to disable disable browser's Back button in asp.net (JavaScript)?
What is rich control in asp.net?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is state management techniques in asp.net?
Explain the difference between debug.write and trace.write? When should each be used?
How do u deploy your asp.net application?
What are the 3 types of web?
How can we provide the WebParts control functionality to a server control?