Hi all,
I want to build an option form that get the elements from XML file,
so it will be dynamic and changeable through the XML file.
anyone here have any suggestion to make it efficient ?!
or any other suggestion.
thanks in advance,
Ron
Loading
AnttiPosted Jan 31, 2006, 4:08 AM
You can load your xml file into a DataSet object. Dataset object can be used to populate for example a DataGrid control. You can attach the dataset to data-realted controls using controls SetDataBinding-method.
First creating datasets, and then binding them into the controls, you don't have to yourself create any additional labels/textboxes etc. if you don't wan't.
You could check those out, hope this helps. I myself have never used datagrids but i just know some thing without "knowing" them:) ps. Do lots of googling/librarying, and tell us some of the results; we'll appreciate it;)
sudheer panwarPosted Jan 30, 2006, 5:19 AM