asp.net - handle webform usercontrol load event from within the control code behind -
the subject line says all. not talking event handler of instance of usercontrol put in aspx page. referring load event handler within code behind of usercontrol class itself. have page_load(object sender, eventargs e){}
event handler of page. method signature of user control event handler?
thanks.
Comments
Post a Comment