Hi All,
I need to map a dataset (XML) table to a web grid. Here the each column in the table should be mapped to column in the grid so that the data in the data in the table will displayed in the grid.
Regards,
Abhi
it is the name of the tableadapter, default: it's the name of the table in the database followed by 'TableAdapter'.
Is MyTableAdapter a Table name in the dataset ?
Me.myUltraWebGrid.DataSource = ds.GetData
Me.myUltraWebGrid.DataBind()