Event handlers in BasePage Class
Hi Imar,
I have created a Base Page and hooked many pages up on it. But one thing that makes me ask here is that why we need event handler in c# in this base page class for any page related events like Page_Load, Page_PreInit etc. as we do not need any event handler in master page, standard aspx page, user controls still using c#?
|