<asp:Label id="lblOne" runat="server" text="start here"/>
<ig:WebTab ID="WebTab1" runat="server" Height="700px" Width="100%"><PostBackOptions EnableLoadOnDemand="true" EnableAjax="true" /><ClientEvents SelectedIndexChanging="WebTab1_SelectedIndexChanging" /><Tabs> <ig:ContentTabItem runat="server" ScrollBars="Hidden" Key="General" Text="General" ContentUrl="management_general.aspx"> </ig:ContentTabItem> <ig:ContentTabItem runat="server" ScrollBars="Hidden" Key="Offices" Text="Offices" ContentUrl="management_offices.aspx"> </ig:ContentTabItem></Tabs> </ig:WebTab>
The above webtab is on management.aspx. From tab item management_general.aspx I need to be change the text of the label lblOne. Is this possible.
Hello Pat,
I am glad that you have resolved your issue.
Thank you for using Infragistics components.
Martin,
I got it working yesterday by putting a js function on the parent page and executing the function on the child page, which allowed me to send the string variable needed in the label on the parent.
Thanks, Pat
Hello,
Thank you for the code snippets, however, without a runnable sample I cannot debug it and therefore it will be hard for me to investigate further and find the root cause of the behavior.
I have created a sample project using Visual Basic and added a master page for management_general.aspx. Please modify the sample so that it replicates the behavior you are experiencing and send it back to me along with steps to reproduce and any information that you consider relevant.
This is going to be highly appreciated and will help mi in my further investigation.
Looking forward to hearing from you.
0726.Sample.zip
I will need some time to investigate your issue. I will update you with my progress until the end of the business day tomorrow, 04/10.
Can I get a response for this issue? I'm trying to get a string variable passed from a page back to a label on its parent tab page. In the suggestion made in this thread I don't see a way to pass the string variable.