Results 1 to 3 of 3

Thread: forms validation

  1. #1

    Thread Starter
    Hyperactive Member Grunt's Avatar
    Join Date
    Oct 2004
    Location
    Las Vegas
    Posts
    499

    forms validation

    when I am doing validation with the .net validation controls. What if a control needs to be 'required' , and a valid email address? Do I need to add both a custom validator, and a required field validator?

  2. #2
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018

    Re: forms validation

    To the best of my knowledge, yes.

    If I have a date field which is both required and within a range I will always use a required field validator and a range validator.

    Parksie

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: forms validation

    Use a required field validator and a regular expression validator.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width