"Visual studio 2003 VB.net"
I created a simple Web user control. This control contains a Calendar control (calander1) and a textbox (textbox1).
The calendar populates the textbox with a selected date. Works fine in the destination aspx page.
Now I need to get to the textbox1.text property in order to do an insert into a database.
How do I access textbox1.text property from the aspx page?
any help would be greatly appreciated.
I created a simple Web user control. This control contains a Calendar control (calander1) and a textbox (textbox1).
The calendar populates the textbox with a selected date. Works fine in the destination aspx page.
Now I need to get to the textbox1.text property in order to do an insert into a database.
How do I access textbox1.text property from the aspx page?
any help would be greatly appreciated.
Last edited: