We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
A. page_laod event in aspx page
B. page_load event in code-behind
C. both will run simultaneously
D. None of these