Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exception Handling Model Pin
Not Active11-Sep-06 4:55
mentorNot Active11-Sep-06 4:55 
GeneralRe: Exception Handling Model Pin
Brady Kelly11-Sep-06 22:16
Brady Kelly11-Sep-06 22:16 
Questionhow can I convert int[] to object[] ? Pin
michal.kreslik11-Sep-06 3:03
michal.kreslik11-Sep-06 3:03 
AnswerRe: how can I convert int[] to object[] ? Pin
Stefan Troschuetz11-Sep-06 3:15
Stefan Troschuetz11-Sep-06 3:15 
GeneralRe: how can I convert int[] to object[] ? Pin
michal.kreslik12-Sep-06 1:31
michal.kreslik12-Sep-06 1:31 
GeneralRe: how can I convert int[] to object[] ? Pin
Stefan Troschuetz12-Sep-06 2:48
Stefan Troschuetz12-Sep-06 2:48 
GeneralRe: how can I convert int[] to object[] ? [modified] Pin
michal.kreslik13-Sep-06 12:29
michal.kreslik13-Sep-06 12:29 
Questionhow to implement a drawer control? Pin
yu miao11-Sep-06 2:07
yu miao11-Sep-06 2:07 
AnswerRe: how to implement a drawer control? Pin
Niiiissssshhhhhuuuuu11-Sep-06 2:49
Niiiissssshhhhhuuuuu11-Sep-06 2:49 
QuestionHow to make the form non resizeble and non movable Pin
Hemant kulkarni11-Sep-06 1:53
Hemant kulkarni11-Sep-06 1:53 
AnswerRe: How to make the form non resizeble and non movable Pin
stancrm11-Sep-06 2:28
stancrm11-Sep-06 2:28 
Questionaccessing unmanaged memory [modified] Pin
a.mulay11-Sep-06 1:51
a.mulay11-Sep-06 1:51 
QuestionHow to make the form non resizeble and non movable? Pin
Hemant kulkarni11-Sep-06 1:49
Hemant kulkarni11-Sep-06 1:49 
AnswerRe: How to make the form non resizeble and non movable? Pin
Niiiissssshhhhhuuuuu11-Sep-06 2:05
Niiiissssshhhhhuuuuu11-Sep-06 2:05 
GeneralRe: How to make the form non resizeble and non movable? Pin
Hemant kulkarni11-Sep-06 2:17
Hemant kulkarni11-Sep-06 2:17 
GeneralRe: How to make the form non resizeble and non movable? Pin
Inikaa11-Sep-06 2:23
Inikaa11-Sep-06 2:23 
GeneralRe: How to make the form non resizeble and non movable? Pin
Niiiissssshhhhhuuuuu11-Sep-06 2:39
Niiiissssshhhhhuuuuu11-Sep-06 2:39 
QuestionADO.NET autokey Pin
Imtiaz Murtaza11-Sep-06 1:28
Imtiaz Murtaza11-Sep-06 1:28 
AnswerRe: ADO.NET autokey Pin
_AK_11-Sep-06 1:33
_AK_11-Sep-06 1:33 
AnswerRe: ADO.NET autokey Pin
saqib8211-Sep-06 4:02
saqib8211-Sep-06 4:02 
QuestionResource load problem Pin
gulucay11-Sep-06 1:24
gulucay11-Sep-06 1:24 
AnswerRe: Resource load problem Pin
Stefan Troschuetz11-Sep-06 1:46
Stefan Troschuetz11-Sep-06 1:46 
QuestionRemoting Pin
Acheive_it11-Sep-06 0:33
Acheive_it11-Sep-06 0:33 
QuestionDAAB Input parameter type confusion Pin
Brendan Vogt11-Sep-06 0:27
Brendan Vogt11-Sep-06 0:27 
AnswerRe: DAAB Input parameter type confusion Pin
playout11-Sep-06 2:56
playout11-Sep-06 2:56 
Double can be used to round off a value to more then 2 decimal. Currency not.
Thus, currency is the same as money as DBType.

It will be a save bet to make the DB field in your database a 'money' field, and then to save the value in it's 'current' state.
When displaying the value in your code, you can round it off, by converting it to Double.

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.