Hi,
Im building up an UltraWebGrid in code and attaching it an UltraTab, but i need to be able to be able to do an update on the webgrid, Ive setup a sqldataAdapter and a dataset as the datasource for the webgrid in code but when I come to adding the update command to the sqldataAdapter how do I get my values from the selected row of the webgrid.
Cheers
Ste
Please ignore as Ive added a event handler to the UpdateRow event and then iterate through the results and then post them in sql as normal,