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


Please Help Members By Posting Answers For Below Questions

What are the different types of cookies in asp.net?

732


Explain the flow of processing of the request? : asp.net mvc

697


How many types of cookies are there in asp.net?

710


What does ascx stand for?

691


Do session use cookies in asp net?

697


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

792


What are the versions of garbage collection?

1639


What are the advantages of using session?

626


What is meant by ispostback in asp net?

745


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

5130


How do active server pages work?

723


Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc

786


What are the advantages and disadvantages of Using Cookies?

692


How can you display all validation messages in one control?

740


What are the two types of web pages?

692