A
ad
I have a webform call MyWebPage, which is inherited from a Base web page
call BaseWebPage.
There is a Page_load event in the BaseWebForm.
Need it add a Page_Load event like below in the MyWebPage for calling the
Page_Load event in the BaseWebForm.
new void Page_Load(object sender, EventArgs e)
{
base.Page_Load(sender, e);
}
call BaseWebPage.
There is a Page_load event in the BaseWebForm.
Need it add a Page_Load event like below in the MyWebPage for calling the
Page_Load event in the BaseWebForm.
new void Page_Load(object sender, EventArgs e)
{
base.Page_Load(sender, e);
}