Link to home
Start Free TrialLog in
Avatar of dotnet0824
dotnet0824

asked on

GridView Multiple Edits

Hi,
I have a Dataset populated from Single Table say "Employee" which is bound to a Gridview
User can select multiple records to edit clicking checkboxes. Actually all those records outside of the GridView.  lets say User selects  1,2,3 checkboxes i use  Dataview find method to get all the selected records... Now lets say we change some Data in the records and I want to pass the DataView to a function which i already have to update the dataset  (function  update(Dataset))
How can i pass the DataView back to the dataset and update the changed rows
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial