I could not find any relavent article or example showing how to use UltraValidator.
I wish to set RequiredField Validation for 4-5 fields but display different "Error Messege" for each.
I have already tried code posted here : http://news.infragistics.com/forums/p/10113/38658.aspx . It did not validate the textbox.
Can you suggest me any article that explains using this UltraValidator (not WinValidator)?
Thanks,
Vishal.
UltraValidator and WinValidator are one and the same...All relevant controls on the same form as UltraValidator are extended a property names ValidationSettings; in your case you would set the IsRequired property to true for all, then use the ValidationSettings.NotificationSettings object to specify the method of notification.