R
rbutch
hey guys, as in the example below - where the '$' sign can be formatted in the Databinder.Eval Method
is there a formatting that can supress any zero values from displaying?
or am i gonna have to use OnItemDataBound and pass a handler?
thanks
rik
<%# DataBinder.Eval(Container.DataItem, "RegularHours","{0:c}") %>
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
is there a formatting that can supress any zero values from displaying?
or am i gonna have to use OnItemDataBound and pass a handler?
thanks
rik
<%# DataBinder.Eval(Container.DataItem, "RegularHours","{0:c}") %>
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...