form validitor execution

G

Guest

Hi,

I have a web form with a bunch of textboxes, drop down lists, etc.

The form also has 5 command server side buttons.
When ever a user clicks on a button it fires off the form validators.

Depending on the current state of the form and the button that is pushed, I
am using server side code to stop the validators from stopping execution.

Without using server side code or client side javascript, are there advanced
forms validators that can be linked to specific command buttons?

thanks

Chris
 
P

Peter Blum

The Validation Groups feature is the best way to handle this. My replacement
to ASP.NET's validators, Professional Validation And More
(http://www.peterblum.com/vam/home.aspx) also provides Validation Groups
support and it works with ASP.NET 1.x.

There is no client-side solution for ASP.NET 1.x other than that. The only
solutions are painful hacks or using server side code.

--- Peter Blum
www.PeterBlum.com
Email: (e-mail address removed)
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top