G
Guest
Hi,
I have some repeated code in the Page_Load() methods in several asp.net pages. This common code performs some checking and is not related to HTML.
I tried to create a Base asp.net page containing this common code in the Page_Load() and the other asp.net pages inherit this base page and ovverride this method. The problem is that only the code in the base page is being excecuted.
Any ideas?
Chris
I have some repeated code in the Page_Load() methods in several asp.net pages. This common code performs some checking and is not related to HTML.
I tried to create a Base asp.net page containing this common code in the Page_Load() and the other asp.net pages inherit this base page and ovverride this method. The problem is that only the code in the base page is being excecuted.
Any ideas?
Chris