Thanks, I see that I missed that now.
What if I want the Delete button to fire off some validation of it's own? I assume I would have to do it in the C# (or
VB) event handler, correct? The ListView1_DeleteItem(int id) event, correct?
Or is there a way to fire off separate validation (without touching the Insert validation controls) for the Delete button, without going into the event handler?