Hi,
In our code we used Atlas script manager for capturing the error like
<atlas:ScriptManager ID="ScriptManager" runat="server" EnablePartialRendering="True" >
<ErrorTemplate>
<span style="font-size: 16pt; font-weight: normal;">Connection to the server failed. Please contact the System Administrator.
</ErrorTemplate>
</atlas:ScriptManager>
Now we upgraded to Rad Ajax controls. Is there any property in Rad Ajax to replicate the same as above in Atlas script manager. Especially for the Error template element .
