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
What are the different types of cookies in asp.net?
Explain the flow of processing of the request? : asp.net mvc
How many types of cookies are there in asp.net?
What does ascx stand for?
Do session use cookies in asp net?
Explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the versions of garbage collection?
What are the advantages of using session?
What is meant by ispostback in asp net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
How do active server pages work?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What are the advantages and disadvantages of Using Cookies?
How can you display all validation messages in one control?
What are the two types of web pages?