How to implement Ajax Validator Callout Control
-
i am doing an application in ASP .NET and AJAX...I felt a difficulty in implementing the Ajax Validator CalloutExtender Control. I am new to AJAX, so someone plz help me recover this.... Thnx in advance......
SAJAN A PILLAI C#.NET Programmer TELESOFT INDIA PVT LTD... BANGALORE
-
i am doing an application in ASP .NET and AJAX...I felt a difficulty in implementing the Ajax Validator CalloutExtender Control. I am new to AJAX, so someone plz help me recover this.... Thnx in advance......
SAJAN A PILLAI C#.NET Programmer TELESOFT INDIA PVT LTD... BANGALORE
Hi Sajan, first take one textbox , apply required field validator to it ... set its property(control to validate = textbox ,display property =none and error message ) then add validator callout extender to page set its TargetControlID property to control i.e textbox and u done.
pallavi