Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
QuestionC# Form Manipulation Pin
Ryan Blake5-Jul-07 21:32
Ryan Blake5-Jul-07 21:32 
AnswerRe: C# Form Manipulation Pin
Giorgi Dalakishvili5-Jul-07 21:43
mentorGiorgi Dalakishvili5-Jul-07 21:43 
QuestionHow to store and retrieve enum values in Database Pin
blackjack21505-Jul-07 21:24
blackjack21505-Jul-07 21:24 
AnswerRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 21:43
Martin#5-Jul-07 21:43 
GeneralRe: How to store and retrieve enum values in Database Pin
blackjack21505-Jul-07 21:48
blackjack21505-Jul-07 21:48 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 21:55
Martin#5-Jul-07 21:55 
GeneralRe: How to store and retrieve enum values in Database Pin
Vikram A Punathambekar5-Jul-07 21:56
Vikram A Punathambekar5-Jul-07 21:56 
GeneralRe: How to store and retrieve enum values in Database Pin
Vikram A Punathambekar5-Jul-07 21:52
Vikram A Punathambekar5-Jul-07 21:52 
Martin# wrote:
As enum is int Type it makes no sence to store it as a text I guess!


I think he's talking about the names of the enumeration values. For instance:
enum Numbers
{
	One = 1,
	Two = 2,
	Three = 3
}
He wants to store "One", "Two", and "Three" in the database and somehow use them to get 1, 2, and 3. I used something like this at my previous company, but I don't remember now. D'Oh! | :doh:

Cheers,
Vıkram.

After all is said and done, much is said and little is done.

GeneralRe: How to store and retrieve enum values in Database Pin
blackjack21505-Jul-07 21:54
blackjack21505-Jul-07 21:54 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 21:56
Martin#5-Jul-07 21:56 
GeneralRe: How to store and retrieve enum values in Database Pin
Vikram A Punathambekar5-Jul-07 22:06
Vikram A Punathambekar5-Jul-07 22:06 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 22:07
Martin#5-Jul-07 22:07 
AnswerRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 22:40
Martin#5-Jul-07 22:40 
GeneralRe: How to store and retrieve enum values in Database Pin
blackjack21505-Jul-07 22:48
blackjack21505-Jul-07 22:48 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 22:53
Martin#5-Jul-07 22:53 
GeneralRe: How to store and retrieve enum values in Database Pin
Vikram A Punathambekar5-Jul-07 22:53
Vikram A Punathambekar5-Jul-07 22:53 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#5-Jul-07 22:59
Martin#5-Jul-07 22:59 
GeneralRe: How to store and retrieve enum values in Database Pin
Vikram A Punathambekar6-Jul-07 1:07
Vikram A Punathambekar6-Jul-07 1:07 
GeneralRe: How to store and retrieve enum values in Database Pin
Martin#6-Jul-07 1:53
Martin#6-Jul-07 1:53 
QuestionTreeView Control Pin
razanabanu5-Jul-07 20:41
razanabanu5-Jul-07 20:41 
AnswerRe: TreeView Control Pin
Sven Cipido5-Jul-07 20:54
Sven Cipido5-Jul-07 20:54 
Questionsaving grapich into variabel Pin
titusworld5-Jul-07 20:30
titusworld5-Jul-07 20:30 
AnswerRe: saving grapich into variabel Pin
rah_sin5-Jul-07 22:50
professionalrah_sin5-Jul-07 22:50 
QuestionRegarding Crystal reports in Windows services Pin
raj_no_of_doubts5-Jul-07 19:31
raj_no_of_doubts5-Jul-07 19:31 
Question[2.0] a few read/writeprocessmemory questions Pin
games guru5-Jul-07 18:56
games guru5-Jul-07 18:56 

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.