Hi,
I am new bird in .net development, I have a question regarding assign value into ASP:TextBox.
I need to retrieve value from HTML text box and assign into ASP:TextBox, but I not really know how to retrieve the value in HTML.
How I can retrieve the value in design view (HTML):
<input type="text" name="mytextboxHTML" id="mytextboxHTML" value="" "/>

and store at .Net TextBox :
<asp:TextBox ID="MyTextboxASP" runat="server"></asp:TextBox>

(I am using .net 2.0 and written in VB.net)
Any help would be greatly appreciated. Thanks for help