RadPanelBar provides a built in ASP.NET validation. The menu can trigger validation of other controls on the form when it performs a post-back to the server.
By default, all validators on the Web page must be successful before the postback can occur. You can limit the controls that must be validated when the menu performs a post-back, while still allowing other controls on the Web page to be validated, by using Validation Groups.
Top