Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MSVB
  • Order by date
  1. MSVB

    Creating a Validation Control for CheckBoxLists

    RequiredFieldValidators do not work with the CheckBoxList Web controls. (CheckBoxLists present a list of grouped check boxes for the user to select one or more checkboxes from.) If I specify a RequiredFieldValidator's ControlToValidate property to the ID of a CheckBoxList Web control I'm getting...
  2. MSVB

    Regular Expression

    For Regular Expression in vbscript we use RegExp object . In Vb which object we use for regular expression and how ?
  3. MSVB

    Help with JavaScript

    In Javascript Top.bottomFrame.histroy.go(-1) for previous link in history and top.bottomFrame.histroy.go(1) for next link in history. My question is if there is no Previous Link in history then what history.go(1) will do?

Part and Inventory Search

Back
Top