Hi
I am working on an entry form using validation controls in ASP.NET.
I have two controls which requires custom validators, no issue in using plain custom validators.
But when i am using Validation Callout Extender with the custom validators its not working properly.
here is the link where i got solution for one custom validator with validation callout extender :-
http://www.junnark.com/Articles/Article0001.asp x
I searched a lot but couldn find a solution where i can use more than one custom validator with respective validation callout extender properly.
The main problem i am facing is with RaiseCallBackEv ent method, which is called for any custom validator...
I need a solution urgently.
Thanks in advance.
I am working on an entry form using validation controls in ASP.NET.
I have two controls which requires custom validators, no issue in using plain custom validators.
But when i am using Validation Callout Extender with the custom validators its not working properly.
here is the link where i got solution for one custom validator with validation callout extender :-
http://www.junnark.com/Articles/Article0001.asp x
I searched a lot but couldn find a solution where i can use more than one custom validator with respective validation callout extender properly.
The main problem i am facing is with RaiseCallBackEv ent method, which is called for any custom validator...
I need a solution urgently.
Thanks in advance.
Comment