PDA

View Full Version : is this possible?!!?


bejbika13
11-06-2006, 03:01 PM
Im trying to populate data grid with xml data using xml connector and data set components, and all that should be ok, if my xml had arrays in it. But, it doesnt. And im not allowed to modify this xml file. So, is it possible to populate datagrid with xml that has no arrays in it? and HOW?:confused: THANX!!!

GBScubaSteve
12-10-2006, 06:28 PM
that doesn't make a whole lot of sense. ignore the xml connector and data set crap. just load your xml into an array and then set that array as your DataGrid.dataProvider. presto chango.