views:

71

answers:

2

Hi,

What is the simplest way to remove -unbind- required field validation from a button which is added in asp.Net Page by using RequiredFieldValidator control on the client-side by using Javascript or jQuery functions?

Thanks!

+1  A: 

See the "Client-Side APIs" section here.

Dave
It helped me: ValidatorEnable(val, enable). Thanks!
burak ozdogan
+1  A: 

Check out this link http://msdn.microsoft.com/en-us/library/Aa479045 and scroll down to "Client-Side APIs"

Mark