I have a page with 4 tabs tied to a multipage, the 4th tab loads a control that has 2 tabs using a multipage.
How do I reference the second multipage control?
This does not find it. I tried this as well:
How do I reference the second multipage control?
RadMultiPage
multiPage = (RadMultiPage)Page.Master.FindControl("ContentPlaceHolder1").FindControl("radmultipagePayment");
This does not find it. I tried this as well:
RadMultiPage
multiPage = (RadMultiPage)Page.Master.FindControl("ContentPlaceHolder1").FindControl("radmultipageCheckOut").FindControl("radmultipagePayment");
It fails to find the initial multipage so the line fails.
Ideas?