We have defined one page_load event in aspx page and same page_load event in code behind Which one will run first?

Options
- page_laod event in aspx page
- page_load event in code-behind
- both will run simultaneously
- None


CORRECT ANSWER : page_load event in code-behind

Discussion Board
page_laod event in aspx page

page_laod event in aspx page only work ,page_load event in code-behind not fired

Manish chandra dubey 02-15-2014 12:05 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement