Click here to Skip to main content
15,894,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object-Relational Mapping Tool to support multiple DB require Pin
m@u8-Feb-07 4:57
m@u8-Feb-07 4:57 
Questionaccess to member of other method? Pin
jens1234567-Feb-07 23:13
jens1234567-Feb-07 23:13 
AnswerRe: access to member of other method? Pin
Martin#7-Feb-07 23:20
Martin#7-Feb-07 23:20 
GeneralRe: access to member of other method? Pin
jens1234567-Feb-07 23:50
jens1234567-Feb-07 23:50 
GeneralRe: access to member of other method? Pin
Martin#7-Feb-07 23:51
Martin#7-Feb-07 23:51 
QuestionConvert string to Enumeration Pin
babutkchn7-Feb-07 23:10
babutkchn7-Feb-07 23:10 
AnswerRe: Convert string to Enumeration Pin
Stefan Troschuetz7-Feb-07 23:14
Stefan Troschuetz7-Feb-07 23:14 
AnswerRe: Convert string to Enumeration Pin
Martin#7-Feb-07 23:26
Martin#7-Feb-07 23:26 
Hello,

As enum is an int type, you could make the enum casting with the SelectedIndex method.

searchUIO.OffDate = (OffDate)ddlOffDate.SelectedIndex;

All the best,

Martin

GeneralRe: Convert string to Enumeration Pin
babutkchn8-Feb-07 5:13
babutkchn8-Feb-07 5:13 
GeneralRe: Convert string to Enumeration Pin
Martin#8-Feb-07 5:15
Martin#8-Feb-07 5:15 
QuestionC# with sounds Pin
Ahmed Fathy7-Feb-07 21:57
Ahmed Fathy7-Feb-07 21:57 
AnswerRe: C# with sounds Pin
Christian Graus7-Feb-07 22:13
protectorChristian Graus7-Feb-07 22:13 
AnswerRe: C# with sounds Pin
aSarafian7-Feb-07 23:24
aSarafian7-Feb-07 23:24 
GeneralRe: C# with sounds Pin
Christian Graus7-Feb-07 23:45
protectorChristian Graus7-Feb-07 23:45 
GeneralRe: C# with sounds Pin
aSarafian8-Feb-07 0:34
aSarafian8-Feb-07 0:34 
GeneralRe: C# with sounds Pin
aSarafian8-Feb-07 2:57
aSarafian8-Feb-07 2:57 
QuestionHow to open a windows form only once? Pin
akkram7-Feb-07 21:32
akkram7-Feb-07 21:32 
AnswerRe: How to open a windows form only once? Pin
Christian Graus7-Feb-07 21:46
protectorChristian Graus7-Feb-07 21:46 
GeneralRe: How to open a windows form only once? Pin
apsrising122-Sep-10 21:47
apsrising122-Sep-10 21:47 
QuestionXSD schema to XML document Pin
Yogesh Choudhary7-Feb-07 21:03
Yogesh Choudhary7-Feb-07 21:03 
AnswerRe: XSD schema to XML document Pin
Christian Graus7-Feb-07 21:14
protectorChristian Graus7-Feb-07 21:14 
GeneralRe: XSD schema to XML document Pin
Yogesh Choudhary7-Feb-07 22:05
Yogesh Choudhary7-Feb-07 22:05 
GeneralRe: XSD schema to XML document Pin
Christian Graus7-Feb-07 22:14
protectorChristian Graus7-Feb-07 22:14 
GeneralRe: XSD schema to XML document Pin
Yogesh Choudhary7-Feb-07 22:23
Yogesh Choudhary7-Feb-07 22:23 
GeneralRe: XSD schema to XML document Pin
Christian Graus7-Feb-07 22:28
protectorChristian Graus7-Feb-07 22: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.