This is a migrated thread and some comments may be shown as answers.

Detecting dynamic user controls in multipage

1 Answer 54 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Nijanand
Top achievements
Rank 1
Nijanand asked on 06 Jun 2011, 10:44 PM
Hi,

 I have a radstrip and radmultipage on a aspx page with a master page. I also have a "save & Continue" button on the same page. I load my tabs as well as associated ascx control to the Multipage at runtime.

On "save & Continue" , i need to save the values in the ascx page to the database and move on to the next tab. However, i cannot detect the ascx control, as the save button is not inside the ascx but in the main page.

How can i detect the Usercontrol inside the pageview and call the save() method defined in the user control at runtime  at the same time persisting the values in the usercontrols ?

 

<

 

 

telerik:RadTabStrip ID="m_applyRadTabStrip" runat="server" Orientation="VerticalLeft"

 

 

 

 

 

 

 

 

 

Expanded="True" MultiPageID="m_applyRadMultiPage" OnTabClick="applyRadTabStrip_TabClick">

 

 

 

 

 

 

 

 

 

</telerik:RadTabStrip>

 


<

 

 

telerik:RadMultiPage ID="m_applyRadMultiPage" runat="server" SelectedIndex="0" CssClass="multiPage" OnPageViewCreated="radMultiPage_PageViewCreated">

 

 

 

</telerik:RadMultiPage>

 


<

 

 

asp:Button ID="m_buttonSaveContinue" runat="server" OnClick="saveContinue_Click" CssClass="button" />

 

1 Answer, 1 is accepted

Sort by
0
Helen
Telerik team
answered on 09 Jun 2011, 03:55 PM
Hi Nijanand,

Since your scenario is a bit complicated, could you please open a support ticket and send us a small and running project which demonstrates the issue to examine it locally?
Otherwise we are not sure where the issue is.

Regards,
Helen
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TabStrip
Asked by
Nijanand
Top achievements
Rank 1
Answers by
Helen
Telerik team
Share this question
or