0

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

user692942
  • 16,398
  • 7
  • 76
  • 175
  • 2
    can you give an example of how you are assigning the value to the `TextBox` because it shouldn't be doing anything to it if you just assigning a string to the `Text` property. Some code would make the issue easier to diagnose. – Kelsey Aug 28 '14 at 14:42
  • i think u just check the value before, which is going to be in textbox – Ravi Mehta Aug 28 '14 at 14:48
  • turned out to be my mistake, the original data was corrupted in the database, and wrongly put to the textbox, sorry about that – hohol avith Sep 01 '14 at 16:04

0 Answers0