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 Validate a Controls in ASP.NET page using JavaScript?
How to find out what version of asp.net I am using on my machine?
Which type of state management is provided by Query String in ASP.NET?
How do u deploy your asp.net application?
What does postback mean?
Is there any property names “isnavigating”?
What is the difference between session and application?
What is the adavantage of using ASP.NET routing?
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?
Can I read the hard disk serial # of the client computer using asp.net?
What is cookies cache and session?
What are triggers of an updatepanel?
How Can assign alias name for ASP.NET Web API Action?
Which is faster viewbag or viewdata?
Do you know using sql cache invalidation?