I want a multiline text area using VB.net. I have used a text area in html before, but I have never used one in VB.net.
I tried:
<textarea id="TA" cols="100" rows="20"></textarea>
But I cannot change the value of textarea using my code behind file.
Use a ASP.Net TextBox with TextMode = MultiLine
.
TextBox.TextMode Property
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With