I wish to show a large string in an asp:TextBox. The string is just series of numbers, but i wish to treat it as a text.
Currently ASP tries to be clever and the textbox shows 2.10002e+006
instead of 210001800230...
Is there a way to control this?
Thank you A