Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
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 
GeneralRe: Runnimg Application as System Process Pin
CNewbie24-Mar-08 1:42
CNewbie24-Mar-08 1:42 
GeneralRe: Runnimg Application as System Process Pin
Dave Kreskowiak24-Mar-08 4:19
mveDave Kreskowiak24-Mar-08 4:19 
GeneralMobile to PC connection via Bluetooth Pin
SWG23-Mar-08 13:28
SWG23-Mar-08 13:28 
QuestionHow to add Textbox invisible mode Pin
Exelioindia23-Mar-08 13:05
Exelioindia23-Mar-08 13:05 
AnswerRe: How to add Textbox invisible mode Pin
Christian Graus23-Mar-08 13:12
protectorChristian Graus23-Mar-08 13:12 
AnswerRe: How to add Textbox invisible mode Pin
Vimal Raj23-Mar-08 23:35
Vimal Raj23-Mar-08 23:35 
GeneralProblems with a panel component after importing some classes Pin
rctriplane23-Mar-08 13:01
rctriplane23-Mar-08 13:01 
GeneralRe: Problems with a panel component after importing some classes Pin
Christian Graus23-Mar-08 13:15
protectorChristian Graus23-Mar-08 13:15 
GeneralWriting an html file from a form application Pin
johnny__XP23-Mar-08 10:40
johnny__XP23-Mar-08 10:40 
GeneralRe: Writing an html file from a form application Pin
Christian Graus23-Mar-08 11:22
protectorChristian Graus23-Mar-08 11:22 
GeneralRe: Writing an html file from a form application Pin
sarvesh.upadhyay24-Mar-08 1:16
professionalsarvesh.upadhyay24-Mar-08 1:16 
QuestionDetect mime-type without download Pin
SilverV23-Mar-08 7:29
SilverV23-Mar-08 7:29 
GeneralRe: Detect mime-type without download Pin
Giorgi Dalakishvili23-Mar-08 8:04
mentorGiorgi Dalakishvili23-Mar-08 8:04 
GeneralRe: Detect mime-type without download Pin
SilverV23-Mar-08 8:28
SilverV23-Mar-08 8:28 

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.