Wednesday, October 15, 2008

Use WebCombo with the Validator



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; } }