Dear All

When displaying rows of data from a database table I have been
using CFGRID.  The user then selects a row in the table and 
clicks on a button to perform some action.  (Delete or Change 
for example).

Is this the way most people do this sort of thing?  Is there
other ways of displaying data in this way (not using CFGRID) 
and then letting the user scroll through it selecting one or 
more rows before performing some action on those rows?

I was thinking of displaying the data in a <table> with a check 
box in each row to allow them to select that row.  Then I am not
sure how to process the form once they submit.

Any thoughts appreciated.

Regards

Phil Palmer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to