How do I cancel a row from being written based on one of the values of a column in an ASP REPEATER?
Need to re-register ASP.NET? C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)
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.
Forum Rules