Hi,
I am able to load the Tabs dynamically from the server side by appending the tab tag to the string builder. I have also got tabs created by loading the xml to the TabStrip as
My question is how can I load a custom usercontrol dynamically into these respective tabs?
Thanks
I am able to load the Tabs dynamically from the server side by appending the tab tag to the string builder. I have also got tabs created by loading the xml to the TabStrip as
RadStript1.LoadContentFile("~/App_Data/xyz.xml") |
Thanks