protected void cvList_ServerValidate_ServerValidate(object source, ServerValidateEventArgs e) {
//Check anything that is appropriate (note control does not have to be passed in)
if (iddlList.SelectedRow.Cells[1].Text != "M") { e.IsValid = false; } }
ASP.NET,VB.NET, C#, AJAX, SQL SERVER, SSIS Tips and Tricks