-
Junior Member
How to retrieve HTML value into VB.Script TextBox
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
-
Junior Member
Re: How to retrieve HTML value into VB.Script TextBox
Hi,
Dim txt as textbox
txt = CType(page.FindControl("txtEvaluationDegree"), textbox)
Mohammed Yousuf uddin
Software Developer
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules