Click here to Skip to main content
15,921,959 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In textarea we put values like this :
<textarea name="adsa">put some value</textarea>
we can insert value in any textbox through vb.net WebBrowser1.Document.GetElementById("text1").SetAttribute("value", "elvin45bush@yahoo.co.uk").

But how to put value in a form's textarea through vb.net?
Since textarea does not have value attribute?

free microsoft word
Posted
Updated 21-Jul-10 6:44am
v6

1 solution

How about the old fashioned way?
<textarea name="adsa"><%='put some value'%></textarea>
 
Share this answer
 
Comments
amit_upadhyay 21-Jul-10 12:37pm    
the form is not mine. It is on another website (not under my control). So how do i proceed?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900