Hi Every One
i developed web Based application in ASP.Net
there i set one field as decimal data type(18,6)
so, where ever i receive this value it shows 0.000000
but i want to display any value for this field means
it shows all 6 digits
for example 0.6 means it shows 0.600000
for this operation i am not able to get the exact output
can anyone give the solution for this
regards
vijay
Loading
Kirtan PatelPosted Aug 4, 2009, 9:35 AM
decimal(8, 6)
It Will Get the Result you want
Happy Coding :)
Roei BarPosted Aug 4, 2009, 7:55 AM