Jun 28, 2005 #1 olivia919 Programmer May 19, 2005 24 US True/False -when using validator control, no other event will fire until you put a value in the required field.
True/False -when using validator control, no other event will fire until you put a value in the required field.
Jun 28, 2005 #2 tgreer Programmer Oct 4, 2002 1,781 US What event? Where? If you're using a client-side validator control, then the FORM WILL NOT SUBMIT until the user enters a value. If the form doesn't submit, then server code never runs. If server code never runs, then server events will never be generated. However, on client-side, all sorts of events are happening. The mouse is moving, objects are getting and losing focus, etc. Thomas D. Greer http://www.tgreer.com Providing PostScript & PDF Training, Development & Consulting Upvote 0 Downvote
What event? Where? If you're using a client-side validator control, then the FORM WILL NOT SUBMIT until the user enters a value. If the form doesn't submit, then server code never runs. If server code never runs, then server events will never be generated. However, on client-side, all sorts of events are happening. The mouse is moving, objects are getting and losing focus, etc. Thomas D. Greer http://www.tgreer.com Providing PostScript & PDF Training, Development & Consulting