Click here to Skip to main content
15,912,897 members
Home / Discussions / C#
   

C#

 
GeneralRe: Object-Relational Mapping Tool to support multiple DB require Pin
m@u8-Feb-07 2:55
m@u8-Feb-07 2:55 
GeneralRe: Object-Relational Mapping Tool to support multiple DB require Pin
Niraj Parikh8-Feb-07 3:42
Niraj Parikh8-Feb-07 3:42 
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 
Hi All,

Greetings. I've to assign the enum value to a object property. Which shows the following error.

Cannot convert type 'string' to 'Common.Enumerations.OffDate'

searchUIO.OffDate = (OffDate)ddlOffDate.SelectedValue;<br />


in this (OffDate) is an enum. the drop down list will contain the values lastweek, lastmonth like that. so i have to assing the value to the lefthand site object.

thanks in advance

Regards
babu
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 
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 

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.