I have a container (RadDockZone - Telerik), and inside it is a text field field with "Asp: RequiredFieldValidator", which makes it mandatory. Every time I work with AJAX operations, the entire container is "reloaded", including RequiredFieldValidator. This causes ValidationSummary to display the same error message twice until the page is completely reloaded (I use RadAjaxManager to solve AJAX operations).
So, how can I “not reload” a specific control (in this case RequiredFieldValidator) using C #?
Hello!
source
share