ASP.NET Combine Validators and Client OnClick Events
Imagine you need to use control validators, and you also need to attach additional logic to OnClick event. These two will fight with each other, if you use conventional interface features. If you add OnClick attribute too early (say in GridView_RowEditing event) it will be overwritten by Validators. If […]