Hi,
I am using server side validations in my application, i used validation group for all the controlos involved in validation.
Now i need to run a javascript function before performing these server validations.
the issue is both javascript and server validations should fire for same button click
but here when my javascript returns true also the server validations are not firing and the server method is executing which is wrong in my case.
so please suggest me with a solution
sravan