Anyone know of a good tutorial or other resource for using checkboxes in a datagrid that the user can then click on and then click on a button below the datagrid. The button click will call a function that should update the database for just the rows the user has clicked (ie update the record for that row).
I've got the checkbox displaying on the datagrid, but I cannot figure out the code for the function to process the rows that the user checked. Is there some way to iterate over the datagrid and determine if the row's check box was selected? Bruce -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

