How can I display a carraige return in a textbox?

assassinx

New Member
I know in asp you could use &vbcrlf; but asp.net is converting that text to &vbcrlf; Does anybody have any ideas?Actually, in ASP, you displayed a carriage return like so:<BR><BR>aString = "First Name: " & firstName & vbcrlf & _<BR> "Last Name: " & lastName & vbcrlf<BR><BR>&<something>; syntax is used for HTML codes.Haha ok so I was a little off on the asp syntax but I see need to do it in an asp.net textbox any ideas?
 
Back
Top