Search results for query: *

  1. S

    Dropdownlist custom validator

    /* Cv is Custom Validator name Custom Validator name : cv ClientValidation Function: Validation ControltoValidate : ddl (Dropdownlistname, and I set ddl autopostback true) Error Message : U must Select Item */ Public Function Validation() As String If ddl.SelectedItem.Text = "Select Here" Then...
  2. S

    Dropdownlist custom validator

    in my application i put custom validator to validate selected text. drop down list conatins some items to select, I put first item as "Select Here" if we can select any item in the dropdownlist, if no item is selected i.e, "Select Here" is current item then it validator shows U must Select...
Back
Top