how to show .00 with a number in datagridI
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
am using this -> value='<%# DataBinder.Eval(Container,"DataItem.total")%>' its working if there is already digits after decimal but if no digit is there then I wish to display .00 with the result. How to do it?
With Thanks & Regards Amit Sk Sharma
-
am using this -> value='<%# DataBinder.Eval(Container,"DataItem.total")%>' its working if there is already digits after decimal but if no digit is there then I wish to display .00 with the result. How to do it?
With Thanks & Regards Amit Sk Sharma
-
am using this -> value='<%# DataBinder.Eval(Container,"DataItem.total")%>' its working if there is already digits after decimal but if no digit is there then I wish to display .00 with the result. How to do it?
With Thanks & Regards Amit Sk Sharma