How do I cancel a row from being written based on one of the values of a column in an ASP REPEATER?
Printable View
How do I cancel a row from being written based on one of the values of a column in an ASP REPEATER?
The only events associated with the repeater allow you to edit the items as they are added but there does not appear to be an event you can capture before an item is added so I would suggest using a datagrid instead perhaps.