I have an XML schema in a C# project in Visual Studio .NET and I want to populate a combobox using enumerations contained in the schema. Any ideas on how to do this ? Thanks PS : I am VERY new to C# and XML so take it easy ... :confused:
I have an XML schema in a C# project in Visual Studio .NET and I want to populate a combobox using enumerations contained in the schema. Any ideas on how to do this ? Thanks PS : I am VERY new to C# and XML so take it easy ... :confused:
You can use XmlDataDocument class to impotr XML file to a DataSet and set the datasource of ComboBox with DataSet. I'm not sure what do you mean by enumeration in Schema?! Hope it helps Mazy No sig. available now.