How to wrap text in literal control in asp.net?

hemant

New member
I am using literal control to display text entered by user. Now if user enter a very big string like this " 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", then text goes out of the width of literal. Is there any way to wrap text in literal so that string remains in literal
 
Back
Top