You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run?
Answer Posted / vijaykumar
The Page_load method in the aspx page will only run.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are the Difference between asp.net and asp ?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What is the use of asp.net web api?
How to make paging concepts in datagrid in ASP.NET?
What is the flow of processing of the request? : asp.net mvc
What are the ways to sending the data in ASP.NET page?
How to add DateTime Control in normal DataGrid Server Control?
What are the advantages of using Master Pages?
If you are using components in your application, how can you handle exceptions raised in a component?
What is the main difference between Asp.net and Vb.net?
What’s the difference between response .redirect and server.transfer?
What are the elements of a website?
What are the types of caching in asp.net?
What is _viewstart?
Explain managed code an un-managed code.