How to use Ajax Validator Collout Extender

Posted by SAMIR BHOGAYTA on Samir ASP.NET with C# Technology See other posts from Samir ASP.NET with C# Technology or by SAMIR BHOGAYTA
Published on 2010-02-09T21:41:00.000-08:00 Indexed on 2010/12/06 17:00 UTC
Read the original article Hit count: 448

Steps:-

Step 1 : Insert any validation control with textbox
Step 2 : Insert Validator Collout Extender with validation control from the Ajax Control Toolkit
Step 3 : Set the property of the Validation control : ControlToValidate,ErrorMessage,SetFocusOnError=True,Display=none and Give the proper name to the validation control
Step 4 : Set the ValidationControlID into the Validator collout Extender Property TargetControlID


© Samir ASP.NET with C# Technology or respective owner

Related posts about Ajax Validator Collout Ex