Notes, Tricks and Tips on ASP.NET Coding
Browse by Tags
All Tags »
format »
datagrid (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
If you need to format a datagrid template column fields, it can be hard to find the documentation. Text =' <% # DataBinder.Eval(Container.DataItem, "qtyRemaining", "{0:F0 }")%> ' will make the column format as floating point, zero decimal places...
|