P
pphillips
On my webform I have a textbox. When the page loads I put some text in the textbox. The text is 2 sentences and all I want to do is to put the sentences on different lines.
It use to be so simple:
textbox1.text = "Sentence1." & vbCrLf & "Sentence2."
The above doesn't seem to work the sentences are on the same line.
Please help with this simple thing.....
Thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
It use to be so simple:
textbox1.text = "Sentence1." & vbCrLf & "Sentence2."
The above doesn't seem to work the sentences are on the same line.
Please help with this simple thing.....
Thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...