[jQuery] Calling C#-function in the validator

[jQuery] Calling C#-function in the validator


Hello all,
I'm quite new to Jquery, so I need some sort of advice.
I'm working on a webbased application with a webservice. First it was a
simple html site, but later I started using Jquery. Data is inserted in some
forms, this I can easily validate through the validator. Now after all the
data is ok, it's send to the webservice through the C#-code. Some
calculations are being made with the data and a dataset is returned. Now
some errors can occur while doing the calculations. I can't get some manual
error in the errorbox of the validator.
Is it possible to let the validator run some c#-function so I can see if the
data is correct? Or can I set a unvisible checkbox to true/false through the
c#-code so the validator check this box? A problem with both is, that the
validator runs when I click on the "Next"-button. After the validaton, the
function starts, so if I set the checkbox to false, the validator won't even
notice.
Anyone knows a handy approach for this?
Grt,
Ivar
--
View this message in context: http://www.nabble.com/Calling-C--function-in-the-validator-tp23891455s27240p23891455.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.