Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
185
Dataset Binding
posted

I have a dataset, obtained from a webservice which contains 2 tables (a parent and child). I am presently binding it to the webhierarchicaldata grid. I presently have a bound checkbox column from the child table which the user can change.   To update the source data, I need to send the webservice the changes from the dataset (via the GetChanges dataset method).    How can I obtain which child rows have been changed on the server side (after user clicks an ASP button - Save)?

Thanks,

Hung

Parents Reply Children