How to access properties of "user control" in code-behind?
I notice that for web control, vs.net will automatic generate code like:
Protected WithEvents WelcomeMsg As System.Web.UI.WebControls.Label
But for "user control", there are not. So, how do we access those properties of this "user control"?
I notice that for web control, vs.net will automatic generate code like:
Protected WithEvents WelcomeMsg As System.Web.UI.WebControls.Label
But for "user control", there are not. So, how do we access those properties of this "user control"?