Web usability - datalists and operations on rows of data
Where you have a databound list of items and for each item you may want to provide users the ability to (for example): Delete Download View Detail or 'mark' in some way You have a few options: Provide buttons or links within the row itself to complete the operation on the row item Provide a checkbox select within the row and then a...