Click here to Skip to main content
15,921,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: selecting check box Pin
chithra.r24-Mar-08 22:56
chithra.r24-Mar-08 22:56 
QuestionHow we develope remote backup server? Pin
saiftanoli23-Mar-08 22:10
saiftanoli23-Mar-08 22:10 
GeneralRe: How i should start my project? Pin
Guffa24-Mar-08 0:03
Guffa24-Mar-08 0:03 
Generalstateless design Pin
George_George23-Mar-08 21:54
George_George23-Mar-08 21:54 
GeneralRe: stateless design Pin
N a v a n e e t h23-Mar-08 22:53
N a v a n e e t h23-Mar-08 22:53 
GeneralRe: stateless design Pin
George_George23-Mar-08 22:58
George_George23-Mar-08 22:58 
GeneralRe: stateless design Pin
N a v a n e e t h23-Mar-08 23:15
N a v a n e e t h23-Mar-08 23:15 
GeneralRe: stateless design Pin
led mike24-Mar-08 4:59
led mike24-Mar-08 4:59 
GeneralRe: stateless design Pin
George_George24-Mar-08 18:53
George_George24-Mar-08 18:53 
GeneralRe: stateless design Pin
led mike25-Mar-08 6:34
led mike25-Mar-08 6:34 
GeneralRe: stateless design Pin
George_George25-Mar-08 20:20
George_George25-Mar-08 20:20 
GeneralSend Text Pin
M Riaz Bashir23-Mar-08 21:48
M Riaz Bashir23-Mar-08 21:48 
GeneralRe: Send Text Pin
Giorgi Dalakishvili23-Mar-08 21:57
mentorGiorgi Dalakishvili23-Mar-08 21:57 
QuestionHow to Copy Data from Data Grid view to another gridview Pin
Krazy Programmer23-Mar-08 20:23
Krazy Programmer23-Mar-08 20:23 
GeneralRe: How to Copy Data from Data Grid view to another gridview Pin
Christian Graus23-Mar-08 20:37
protectorChristian Graus23-Mar-08 20:37 
QuestionRe: How to Copy Data from Data Grid view to another gridview [modified] Pin
Krazy Programmer23-Mar-08 20:44
Krazy Programmer23-Mar-08 20:44 
GeneralRe: How to Copy Data from Data Grid view to another gridview Pin
salon23-Mar-08 21:13
salon23-Mar-08 21:13 
GeneralRe: How to Copy Data from Data Grid view to another gridview Pin
Krazy Programmer23-Mar-08 21:19
Krazy Programmer23-Mar-08 21:19 
Generalstring enum in c# Pin
salon23-Mar-08 20:01
salon23-Mar-08 20:01 
GeneralRe: string enum in c# Pin
darkelv23-Mar-08 20:23
darkelv23-Mar-08 20:23 
GeneralRe: string enum in c# Pin
salon23-Mar-08 20:47
salon23-Mar-08 20:47 
GeneralRe: string enum in c# Pin
darkelv23-Mar-08 21:19
darkelv23-Mar-08 21:19 
Nope, you can't directly.

Work around is (not recommended, it's messy)

1. From database, read "value 1"
2. Make a function to map "value 1" to the enum value base on the Description value, using loop, etc.
3. Use the enum in your code, etc.
4. When saving to database, save the enum's Description.
GeneralRe: string enum in c# Pin
salon23-Mar-08 21:50
salon23-Mar-08 21:50 
GeneralRunnimg Application as System Process Pin
CNewbie23-Mar-08 16:25
CNewbie23-Mar-08 16:25 
QuestionRe: Runnimg Application as System Process Pin
Vasudevan Deepak Kumar23-Mar-08 18:46
Vasudevan Deepak Kumar23-Mar-08 18:46 

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.