I have user control inside explorer bar .I have written code below to find user control
ItemTemplate temp = this.WebExplorerBar1.FindTemplateById("ReportTemplateID");
Control t = (Control)temp.FindControl("NavigationCtrlID");
But I am always getting t as null.
Can anyone please help me what going wrong in my code?
<
ig:WebExplorerBar ID="WebExplorerBar1" runat="server" OnItemSelected
="WebExplorerBar1_ItemSelected">
Hi there,
take a look of this old post and you will find the answer:
http://community.infragistics.com/forums/t/43085.aspx