Click here to Skip to main content
15,912,507 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: retrieve image Pin
just3ala23-Oct-06 23:00
just3ala23-Oct-06 23:00 
AnswerRe: retrieve image Pin
M LN Rao3-Oct-06 23:13
M LN Rao3-Oct-06 23:13 
QuestionWeb Deployment Project and Sub Web's Pin
Tad McClellan3-Oct-06 11:28
professionalTad McClellan3-Oct-06 11:28 
AnswerRe: Web Deployment Project and Sub Web's Pin
Tad McClellan3-Oct-06 12:00
professionalTad McClellan3-Oct-06 12:00 
AnswerRe: Web Deployment Project and Sub Web's Pin
Sathesh Sakthivel3-Oct-06 18:05
Sathesh Sakthivel3-Oct-06 18:05 
QuestionNaming on web publishing Pin
Rankor203-Oct-06 11:02
Rankor203-Oct-06 11:02 
AnswerRe: Naming on web publishing Pin
Tad McClellan3-Oct-06 11:26
professionalTad McClellan3-Oct-06 11:26 
QuestionFormat String for Decimal {0:D2} Pin
OldDog.Net3-Oct-06 9:25
OldDog.Net3-Oct-06 9:25 
Hi,
I've been trying to format some fields as Decimal numbers but not as currency. The other numeric formats work great (currency, scientific notation, etc.) and the "D" works fine with Dates. The "D" will not work for me on a numeric field though. I've tried both embedding in the DataBinder statement:

<%# DataBinder.Eval(Container, "DataItem.AmountPaid", "{0:D2}") %>

and as a DataFormatString:

DataFormatString="{0:D2}"

I've also tried the ItemDataBound event. No luck.

Any suggestions?

Will
AnswerRe: Format String for Decimal {0:D2} Pin
Jon Sagara3-Oct-06 9:50
Jon Sagara3-Oct-06 9:50 
GeneralRe: Format String for Decimal {0:D2} Pin
OldDog.Net4-Oct-06 2:52
OldDog.Net4-Oct-06 2:52 
AnswerRe: Format String for Decimal {0:D2} Pin
Guffa3-Oct-06 9:51
Guffa3-Oct-06 9:51 
GeneralRe: Format String for Decimal {0:D2} Pin
OldDog.Net4-Oct-06 2:56
OldDog.Net4-Oct-06 2:56 
AnswerRe: Format String for Decimal {0:D2} Pin
Guffa4-Oct-06 6:07
Guffa4-Oct-06 6:07 
QuestionProblem with ButtonEvents on dynamic UserContols Pin
Ibana3-Oct-06 7:44
Ibana3-Oct-06 7:44 
AnswerRe: Problem with ButtonEvents on dynamic UserContols Pin
e-laj3-Oct-06 11:33
e-laj3-Oct-06 11:33 
GeneralRe: Problem with ButtonEvents on dynamic UserContols Pin
nguyenvhn3-Oct-06 17:31
nguyenvhn3-Oct-06 17:31 
GeneralRe: Problem with ButtonEvents on dynamic UserContols Pin
Ibana5-Oct-06 12:52
Ibana5-Oct-06 12:52 
AnswerRe: Problem with ButtonEvents on dynamic UserContols Pin
e-laj5-Oct-06 21:45
e-laj5-Oct-06 21:45 
Questionhow make make sorting and paging both work togeather? Pin
jwrz200t3-Oct-06 6:27
jwrz200t3-Oct-06 6:27 
AnswerRe: how make make sorting and paging both work togeather? Pin
laocat20036-Oct-06 5:06
laocat20036-Oct-06 5:06 
Question(Ultra)WebTabs from Ingragistic Pin
julie763-Oct-06 6:22
julie763-Oct-06 6:22 
AnswerRe: (Ultra)WebTabs from Ingragistic Pin
Member 964-Oct-06 13:23
Member 964-Oct-06 13:23 
QuestionWrong button clicked when user presses "Enter" key Pin
Goalie353-Oct-06 5:28
Goalie353-Oct-06 5:28 
AnswerRe: Wrong button clicked when user presses "Enter" key Pin
ToddHileHoffer3-Oct-06 5:47
ToddHileHoffer3-Oct-06 5:47 
QuestionHow to get Focus on one Button,if two buttons exists on the same form Pin
ravindradonkada3-Oct-06 3:07
ravindradonkada3-Oct-06 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.