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 -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -