0

Trying to figure out how to bind data for updating of records similar to a bound ms access subform.

Ideally I would like all column/rows to be able to be updated automatically as they get filled out. Think of a list of products where you need to update 20 prices at once. I wouldnt want to click an update button 20 times rather have it auto save. Any help is appreciated. Thanks.

2
  • Look at using a GridView with all Rows in Edit Mode: highoncoding.com/Articles/… Commented May 31, 2012 at 18:32
  • The article shows how to display the rows in edit mode but does not solve the updating of the data. Commented May 31, 2012 at 19:33

1 Answer 1

1

Heres the best solution for doing a bulk update in a gridview.

http://msdn.microsoft.com/en-us/library/aa992036(v=vs.90).aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.