Hello all,
I'm a little stumped on something I'm working on. I'm using 1.0 of .NET by the way.
Ok, I'm pulling decimal values from my DB and passing the values to a textbox. This decimal in the DB is long at times, sometimes .0000003 (for example); but when a value like this one is passed to the textbox it displays it as 3E-7 or something like that. How can I get this thing to display as how it is in the database: .0000003? Please let me know...
Thanks,
Damann
I'm a little stumped on something I'm working on. I'm using 1.0 of .NET by the way.
Ok, I'm pulling decimal values from my DB and passing the values to a textbox. This decimal in the DB is long at times, sometimes .0000003 (for example); but when a value like this one is passed to the textbox it displays it as 3E-7 or something like that. How can I get this thing to display as how it is in the database: .0000003? Please let me know...
Thanks,
Damann