Click here to Skip to main content
15,917,731 members
Home / Discussions / C#
   

C#

 
QuestionC# web service Pin
Chazzysb15-Sep-09 8:09
Chazzysb15-Sep-09 8:09 
AnswerRe: C# web service Pin
Christian Graus15-Sep-09 10:17
protectorChristian Graus15-Sep-09 10:17 
AnswerRe: C# web service Pin
carlecomm21-Sep-09 22:07
carlecomm21-Sep-09 22:07 
QuestionSystem Blocked using ThreadPool Pin
FJJCENTU15-Sep-09 7:36
FJJCENTU15-Sep-09 7:36 
AnswerRe: System Blocked using ThreadPool Pin
Luc Pattyn15-Sep-09 8:10
sitebuilderLuc Pattyn15-Sep-09 8:10 
AnswerRe: System Blocked using ThreadPool Pin
FJJCENTU15-Sep-09 12:39
FJJCENTU15-Sep-09 12:39 
GeneralRe: System Blocked using ThreadPool Pin
Luc Pattyn15-Sep-09 14:34
sitebuilderLuc Pattyn15-Sep-09 14:34 
QuestionHierarchical Update Problem. Pin
hdv21215-Sep-09 7:17
hdv21215-Sep-09 7:17 
QuestionAddign a new item to a ComboBox Pin
Etienne_12315-Sep-09 7:07
Etienne_12315-Sep-09 7:07 
AnswerRe: Addign a new item to a ComboBox Pin
Wes Aday15-Sep-09 8:05
professionalWes Aday15-Sep-09 8:05 
QuestionRecord RTSP live video from ip camera Pin
Emiliano15-Sep-09 6:21
Emiliano15-Sep-09 6:21 
QuestionHow to show only 2 decimal points when using a double Pin
Etienne_12315-Sep-09 4:29
Etienne_12315-Sep-09 4:29 
AnswerRe: How to show only 2 decimal points when using a double Pin
musefan15-Sep-09 4:35
musefan15-Sep-09 4:35 
AnswerRe: How to show only 2 decimal points when using a double Pin
Greg Chelstowski15-Sep-09 4:36
Greg Chelstowski15-Sep-09 4:36 
AnswerRe: How to show only 2 decimal points when using a double Pin
Luc Pattyn15-Sep-09 4:37
sitebuilderLuc Pattyn15-Sep-09 4:37 
AnswerRe: How to show only 2 decimal points when using a double Pin
Etienne_12315-Sep-09 4:40
Etienne_12315-Sep-09 4:40 
GeneralRe: How to show only 2 decimal points when using a double Pin
musefan15-Sep-09 4:55
musefan15-Sep-09 4:55 
Etienne_123 wrote:
Nevermind I figured it out.
I used:
double costTwoDecimals = Math.Round(costTotal, 2);


...That's not what you asked for. if you pass that function 56.9999999999 you will get 57 not 56.99 like you said you wanted.

Life goes very fast. Tomorrow, today is already yesterday.

AnswerRe: How to show only 2 decimal points when using a double Pin
0x3c015-Sep-09 5:32
0x3c015-Sep-09 5:32 
GeneralRe: How to show only 2 decimal points when using a double Pin
J4amieC15-Sep-09 5:46
J4amieC15-Sep-09 5:46 
GeneralRe: How to show only 2 decimal points when using a double Pin
0x3c015-Sep-09 5:51
0x3c015-Sep-09 5:51 
AnswerRe: How to show only 2 decimal points when using a double Pin
OriginalGriff15-Sep-09 6:24
mveOriginalGriff15-Sep-09 6:24 
GeneralRe: How to show only 2 decimal points when using a double Pin
0x3c015-Sep-09 6:55
0x3c015-Sep-09 6:55 
GeneralRe: How to show only 2 decimal points when using a double Pin
OriginalGriff15-Sep-09 8:31
mveOriginalGriff15-Sep-09 8:31 
Questionhow to access and run method from main form without creating a new object instance of the form? Pin
stan_lee2615-Sep-09 3:34
stan_lee2615-Sep-09 3:34 
AnswerRe: how to access and run method from main form without creating a new object instance of the form? Pin
Keith Barrow15-Sep-09 4:18
professionalKeith Barrow15-Sep-09 4:18 

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.