I am getting an object reference error when using FindControl("RadTabStrip1").
I followed the Telerik Wizard demo to achieve this and I can see from other people's questions in the forum that this is a very common error to have. However none of the recommended solutions seemed to work for me.
I have attached 2 screenshots of the relevant code.
TabTestCS.png shows the code behind for the default page (not the Site.Master) showing the creation of tabs and pageviews.
Step2CS.png shows the code-behind for the "Next" button (from Step1.ascx.cs control page) which will be for the transition of Step1 to Step2 in the wizard.
TabTestASPX.png shows the TABTEST.aspx page where the RadTabStrip1 control is created.
I have tried assigning values to the tabs and locating them that way, but that didn't work either.
Any help you can provide would be much appreciated,
Thank you.
I followed the Telerik Wizard demo to achieve this and I can see from other people's questions in the forum that this is a very common error to have. However none of the recommended solutions seemed to work for me.
I have attached 2 screenshots of the relevant code.
TabTestCS.png shows the code behind for the default page (not the Site.Master) showing the creation of tabs and pageviews.
Step2CS.png shows the code-behind for the "Next" button (from Step1.ascx.cs control page) which will be for the transition of Step1 to Step2 in the wizard.
TabTestASPX.png shows the TABTEST.aspx page where the RadTabStrip1 control is created.
I have tried assigning values to the tabs and locating them that way, but that didn't work either.
Any help you can provide would be much appreciated,
Thank you.