databound-lists

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...

.NET databound lists

Is there any way around the following? I have a few dropdown lists bound to lookup tables in SQL Server. Some old records imported from a previos version of the system won't open due to data in these fields not matching the current dropdown data. Other than adding the old data to the lookup table (which I don't want to do), is there a ...