I would try and load the xml into a DataSet class. I think the function is
<<DataSetInstance>>.ReadXml().
This would probably give you a dataset with a number of tables
(jobs,job,tables,table,columns,column)
You might want to explicitly design the schema for the dataset in order to
have more control over the table creation. Once you have a Dataset you can
bind the required table to the Datagrid. Also, it is possible to have
checkboxes in a Datagrid, you'll have to look into template columns.
ta,
Andrew
> Hi Guys,
>
[quoted text clipped - 26 lines]
>
> Thanks in advance..
ameen.abdullah@gmail.com - 17 Jul 2006 17:40 GMT
Thanks Andrew for the response.. it was really helpful :)
> I would try and load the xml into a DataSet class. I think the function is
> <<DataSetInstance>>.ReadXml().
[quoted text clipped - 37 lines]
> >
> > Thanks in advance..