

<
telerik:RadAjaxLoadingPanel InitialDelayTime="0" ID="panLoading" runat="server" EnableSkinTransparency="true" BackgroundPosition="Center"
Transparency="20" BackColor="#E0E0E0">
<table style="height:100%; width:100%; z-index:1024">
<tr >
<td>
<asp:Image ID="Image1" runat="server" AlternateText="Loading..." BorderWidth="0px"
ImageUrl="Images/WebResource.gif"></asp:Image>
</td>
</tr>
</table>
</telerik:RadAjaxLoadingPanel>
with the button
<
td colspan="2" align="left">
<br />
<telerik:RadAjaxPanel ID="panNewUser" runat="server" LoadingPanelID="panLoadNewUserPage">
<asp:Button ID="btnNewUser" runat="server" Text="New User" />
</telerik:RadAjaxPanel>
</td>
Hi,
I have created a usercontrol with rad controls to dynamically create menus.
In My home page i have placed the user control and on clicking the menus inside the usercontrol, i would have the display the approprieate aspx page in the RadPane in the home page.
Pls. Suggest me how to do this. Share some code samples if possible
Thanks