I have no clue as how to access a web user control's parts.
I created one with a listbox (lbTestListBox), called mycontrol.ascx, then dragged/dropped it onto a new default.aspx page.
I can see the control's properties (as in: me.mycontrol. ... ) but don't know how to access any of the properties, methods, etc of the "lbTestListBox" on the web user control.
I thought it would pop up in the intellisense - (as in: me.mycontrol.lbTestListBox
.items.add
... )
What do I need to do to expose the web user control's controls?
Start Free Trial