Computer Programming MCQs ASP.net
Q We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
  • A A. Page_laod event in aspx page
  • B B. Page_load event in code-behind
  • C C. Both will run simultaneously
  • D D. None of these
Leave a Comment