<telerik:RadAjaxManager ID="rajxMgrManageEmployee" runat="server">
<AjaxSettings>
<telerik:AjaxSetting AjaxControlID="rtsMEManageEmployee">
<UpdatedControls>
<telerik:AjaxUpdatedControl ControlID="pnlPlaceHolder" LoadingPanelID="rajxLdpanManageEmployee" />
<telerik:AjaxUpdatedControl ControlID="rtsMEManageEmployee" />
</UpdatedControls>
</telerik:AjaxSetting>
</AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="rajxLdpanManageEmployee" runat="server" Height="25px"
Width="25px" HorizontalAlign="Center">
</telerik:RadAjaxLoadingPanel>
i tried to write this code like this
protected override void PageLoad(object sender, EventArgs e)
{
RadTabStrip rtsMEManageEmployee = (RadTabStrip)pnlPlaceHolder.FindControl("rtsMEManageEmployee");
rajxMgrManageEmployee.AjaxSettings.AddAjaxSetting(pnlPlaceHolder, rtsMEManageEmployee);
rajxMgrManageEmployee.AjaxSettings.AddAjaxSetting(pnlPlaceHolder, rtsMEManageEmployee, rajxLdpanManageEmployee);
}
but RadAjaxLoadingPanel is not showing on the page.
Please help
Thanx and Regards
Abdul shaquoor
<
td
class
=
"reLabelCell"
>
<
label
for
=
"LinkCheckTrace"
class
=
"reDialogLabel"
>
<
span
>
<
script
type
=
"text/javascript"
>document.write(localization["CheckTrace"]);</
script
>
</
span
>
</
label
>
</
td
>
<
td
class
=
"reControlCell"
>
<
asp:CheckBox
ID
=
"LinkCheckTrace"
runat
=
"server"
/>
</
td
>
<
td
class
=
"reLabelCell"
>
<
label
for
=
"LinkCheckTrace"
class
=
"reDialogLabel"
>
<
span
>
<%$ Resources: CheckTrace%>
</
span
>
</
label
>
</
td
>
<
td
class
=
"reControlCell"
>
<
asp:CheckBox
ID
=
"LinkCheckTrace"
runat
=
"server"
/>
</
td
>