HI Every Body , I 'm using an UltraWebTab , in one of my tabs i have a usercontrol , how can i find this UserControl , i have been tried :
Control grille = ((UltraWebTab)this.Parent.Parent.FindControl("UltraWebTab1"))
.FindControl("ControlDocuments");
but it dosent work , Thanks for any help
Hi bou7,
Thank you for posting in the community.
If you have set the UserControlUrl property for the respective tab, you may access your usercontrol via something similar to:
((Infragistics.WebUI.UltraWebTab.Tab)(UltraWebTab1.Tabs[0])).ContentPane.UserControl
Please note that UltraWebTab is now outdated and as of version 11.2 is no longer included in our product suite. You can find a detailed list of the retired controls and their respective replacements at:
http://community.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
Do not hesitate to contact me if you have any questions.
Please feel free to contact me if you still need assistance with this scenario.