DataBinder output
-
Hi Everyone, I am working on this project in ASP.NET and I used this code, and I wanted to to output as currency which SHOULD work, but it won't. <%# DataBinder.Eval(Container.DataItem, "invoicetotal","{0:c}") %> Is there something that I am doing wrong, no commas or dollar signs show up when I use that for some reason. Thanks, The Major Rager
-
Hi Everyone, I am working on this project in ASP.NET and I used this code, and I wanted to to output as currency which SHOULD work, but it won't. <%# DataBinder.Eval(Container.DataItem, "invoicetotal","{0:c}") %> Is there something that I am doing wrong, no commas or dollar signs show up when I use that for some reason. Thanks, The Major Rager
Put this DataFormatString="{0:C}" in the tag but outside of the databinder.
how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06
-
Put this DataFormatString="{0:C}" in the tag but outside of the databinder.
how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things --thedailywtf 3/21/06
Thanks for your help! Sincerely, The Major Rager