Hi Team
I am trying to load RadPageView Dyamically inside the RadTab but unable to do so.
Ex: I have a treeview and RadTab on the screen. My requirement is if user selects the value in treeeview ex: Exmployee, then I need to dispaly Employee.aspx in RadTab. Similarly if user selects Department then display Department in RadTab.
Below is my code:
In the above code, I am unable to change the ContentUrl dynamically. Please let me know is any method to change contentUrl dynamically.
Thanks
Sharan
I am trying to load RadPageView Dyamically inside the RadTab but unable to do so.
Ex: I have a treeview and RadTab on the screen. My requirement is if user selects the value in treeeview ex: Exmployee, then I need to dispaly Employee.aspx in RadTab. Similarly if user selects Department then display Department in RadTab.
Below is my code:
<telerik:RadTab runat="server" Value="ADM110_DepotAdminManage_Tab" Text="Depot" PageViewID="RadPageView_ADM110_DepotAdminManage" />
<telerik:RadPageView ID="RadPageView_ADM110_DepotAdminManage" runat="server" ContentUrl="ADM110_DepotAdminManage.aspx" Height="90%" > </telerik:RadPageView>Thanks
Sharan
