Results 1 to 2 of 2

Thread: [RESOLVED] manually cause validator to fire

  1. #1

    Thread Starter
    Hyperactive Member beasty1711's Avatar
    Join Date
    Mar 2001
    Posts
    418

    Resolved [RESOLVED] manually cause validator to fire

    i'm sure i found a website a few weeks ago with my answer but cant find it again.

    I'm trying to cause an asp validator control to fire from with the codebehind, but cant rember how to do it...
    any ideas??
    "...They even have the internet on computers..." :- Homer Simpson

    "Second Place is First Looser" :- No Fear

  2. #2

    Thread Starter
    Hyperactive Member beasty1711's Avatar
    Join Date
    Mar 2001
    Posts
    418

    Re: manually cause validator to fire

    VB Code:
    1. Me.Page.Validate("valGroup")
    2. if me.page.isvalid then
    3. 'do stuff
    4.  
    5. end if
    "...They even have the internet on computers..." :- Homer Simpson

    "Second Place is First Looser" :- No Fear

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