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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -