dear all,
I created a web user control for date picker with VB.Net language.
To use that control, I dragged that file into my forms.
Now, I want to put it in ToolBox control...
Does anyone know how to do that?
What is this code function ?
<DefaultProperty("PagingText"), ToolboxData("<{0}:PagingTextBox runat=server></{0}:PagingTextBox>")> _
Thanks