I Have RadAjaxManager and RadScriptManager , i used RadAjaxManager cotrol a button. but when i click the button, it doesnt response, when i comment for the RadAjaxManager, then the button can work d? anyone can help me solve the problem?
this is my code
<telerik:RadScriptManager ID="ScriptManager1" runat="server"></telerik:RadScriptManager><telerik:RadWindow ID="RadWindow1" runat="server" Behaviors="Resize, Close, Move" Height="300px" Modal="True" NavigateUrl="ForgotPassword.aspx" Overlay="True" ReloadOnShow="True" VisibleStatusbar="False" Width="450px"> </telerik:RadWindow><telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="lnkLogin"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="lnkLogin" LoadingPanelID="RadAjaxLoadingPanel1" /> <telerik:AjaxUpdatedControl ControlID="lblMsg" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings> </telerik:RadAjaxManager>