You ve defined one page_load event in aspx page and same page_load event in code behind how will prog run?
Hi frnd, In this case, Page_Load() method of aspx.cs takes precedence over the Page_Load() method of aspx file. The code assosicated with Page_Load() of aspx would not run.