Click here to Skip to main content
15,795,581 members
Home / Discussions / C#
   

C#

 
Questionload combobox from xml [modified] Pin
Planker5-May-07 4:48
Planker5-May-07 4:48 
AnswerRe: load combobox from xml Pin
CPallini5-May-07 7:23
mveCPallini5-May-07 7:23 
GeneralRe: load combobox from xml Pin
Planker5-May-07 7:45
Planker5-May-07 7:45 
GeneralRe: load combobox from xml Pin
CPallini5-May-07 9:57
mveCPallini5-May-07 9:57 
QuestionRe: load combobox from xml Pin
Planker5-May-07 12:39
Planker5-May-07 12:39 
AnswerRe: load combobox from xml Pin
CPallini5-May-07 12:55
mveCPallini5-May-07 12:55 
GeneralRe: load combobox from xml Pin
Planker6-May-07 19:44
Planker6-May-07 19:44 
AnswerRe: load combobox from xml Pin
AFSEKI7-May-07 3:53
AFSEKI7-May-07 3:53 
1) You should first correct these:

<days>21, "21"
<days>20, "20"

2) Then check if it you are really reading the values from the XML file correctly.

3) Use Convert.ChangeType(...) to convert the values you read to a specific type if you want.

4) Update ComboBox.DataSource Property with the list of values you read ( check out MSDN Library for ComboBox.DataSource Property on how to add specific, custom data sources to ComboBox )

Hope this helps...
GeneralRe: load combobox from xml Pin
Planker7-May-07 5:03
Planker7-May-07 5:03 
GeneralRe: load combobox from xml Pin
AFSEKI7-May-07 23:45
AFSEKI7-May-07 23:45 
GeneralRe: load combobox from xml Pin
Planker8-May-07 2:20
Planker8-May-07 2:20 
GeneralRe: load combobox from xml Pin
AFSEKI8-May-07 22:07
AFSEKI8-May-07 22:07 
QuestionProb with SerialPort ReadExisting method Pin
sew44125-May-07 4:27
sew44125-May-07 4:27 
AnswerRe: Prob with SerialPort ReadExisting method Pin
Luc Pattyn5-May-07 4:39
sitebuilderLuc Pattyn5-May-07 4:39 
GeneralRe: Prob with SerialPort ReadExisting method Pin
sew44125-May-07 11:15
sew44125-May-07 11:15 
GeneralTried and got same behaviour, Ideas? Pin
sew44126-May-07 3:40
sew44126-May-07 3:40 
GeneralRe: Tried and got same behaviour, Ideas? Pin
Luc Pattyn6-May-07 5:01
sitebuilderLuc Pattyn6-May-07 5:01 
GeneralDebugger affecting reception of data Pin
sew44127-May-07 3:50
sew44127-May-07 3:50 
QuestionVS.NET, Winform default settings Pin
Imtiaz Murtaza5-May-07 4:22
Imtiaz Murtaza5-May-07 4:22 
AnswerRe: VS.NET, Winform default settings Pin
subai5-May-07 4:56
subai5-May-07 4:56 
QuestionPreserve creation date Pin
electriac5-May-07 4:08
electriac5-May-07 4:08 
AnswerRe: Preserve creation date Pin
subai5-May-07 5:02
subai5-May-07 5:02 
AnswerRe: Preserve creation date Pin
Luc Pattyn5-May-07 7:42
sitebuilderLuc Pattyn5-May-07 7:42 
GeneralRe: Preserve creation date Pin
electriac5-May-07 9:16
electriac5-May-07 9:16 
GeneralRe: Preserve creation date Pin
Luc Pattyn5-May-07 9:45
sitebuilderLuc Pattyn5-May-07 9:45 

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.