Geeks Talk

Prepare for your Next Interview




How to retrieve HTML value into VB.Script TextBox

This is a discussion on How to retrieve HTML value into VB.Script TextBox within the VB.NET forums, part of the Software Development category; 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 ...


Go Back   Geeks Talk > Software Development > VB.NET

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-02-2008
Junior Member
 
Join Date: Jul 2008
Location: Malaysia
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
lianping is on a distinguished road
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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 09-01-2008
Junior Member
 
Join Date: Aug 2008
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
reach_yousuf is on a distinguished road
Smile 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
Reply With Quote
Reply

  Geeks Talk > Software Development > VB.NET


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
Reg:TextBox in vb.net sangeetha_photon VB.NET 1 07-07-2008 07:36 AM
how to retrieve value from html tag manishisarda LoadRunner 1 09-12-2007 02:34 PM
Total HTML Converter is all-in-one solution to convert HTML files to DOC, HTML to XLS JobHelper Geeks Lounge 0 05-21-2007 03:11 PM
Convert PDF to HTML with IntraPDF's PDF to HTML converter and reach widest audience! JobHelper Geeks Lounge 0 04-08-2007 05:03 AM
textbox TextChanged Event Geek_Guest ASP.NET 1 03-15-2007 03:04 AM


All times are GMT -4. The time now is 02:52 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved