Design Question

Design Question

Old forum URL: forums.lhotka.net/forums/t/3066.aspx


MadGerbil posted on Thursday, June 21, 2007

I've a web page that will display a list of objects in a repeater or a gridview (don't really care which).  Each row will have 3 check boxes in it.  I want a user to be able to check all those checkboxes as they see fit and then hit one button to update the objects behind the form.

I'm very familar with updating 1 object at a time but I know nothing about updating a whole slew of them at once.  I don't even know if it is possible to databind in this situation.

Recommendations?

JoeFallon1 replied on Thursday, June 21, 2007

You have to bind a grid/repeater to a single object.

Build one for this use case and then once it has all the values, either use it to populate other BOs or the database.

Joe

 

Copyright (c) Marimer LLC