Home
Blogs
Forums
Downloads
Site Search:
Sign in
|
Join
|
Help
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Receive Email Updates
Subscribe
Recent Posts
Adding lines to an HTML Table in code (VB.NET)
Disabling buttons on click in ASP.NET
Build a Table from Code
Disabling a Button when Clicked
Querying Active Directory From .NET
Tags
asp.net tips
datagrid
format
Forms Authentication
gridview
sendmail
Archives
August 2008
(1)
July 2008
(1)
May 2008
(2)
March 2008
(1)
February 2008
(1)
January 2008
(2)
December 2007
(3)
November 2007
(2)
October 2007
(1)
September 2007
(1)
August 2007
(1)
June 2007
(1)
May 2007
(1)
April 2007
(1)
March 2007
(3)
February 2007
(2)
January 2007
(12)
ASP.NET
Notes, Tricks and Tips on ASP.NET Coding
Browse by Tags
All Tags
»
format
(
RSS
)
datagrid
Formatting for Datagrid template column fields
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...
Posted
Jan 17 2007, 12:59 PM
by
Steve Gray
with | with
no comments
Filed under:
format
,
datagrid