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

Tabstrip Wizard

4 Answers 83 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Raymond
Top achievements
Rank 1
Raymond asked on 26 Aug 2008, 03:13 AM
Following the example on wizard type by using tabstrip, I encounter a problem that the tabstrip is inside a aspx page using master page to display some common info. (http://www.telerik.com/demos/aspnet/prometheus/TabStrip/Examples/ApplicationScenarios/Wizard/DefaultCS.aspx)


On referring tabstrip in one of user control, I recevie an error of "object reference" where it is null on debugging.

Can you advice how to work around this problem?

4 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 26 Aug 2008, 02:10 PM
Hello Raymond,

Unfortunately, the provided information does not help us much in reproducing the error. I'm afraid we could not be of much help unless we reproduce the issue on our side. It will be best if you can open a support ticket and send us a simple running project (incl. your custom skin, CSS, images, DB backup if needed and so on) demonstrating the problem (and step-by-step instructions on doing so). In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Best wishes,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Raymond
Top achievements
Rank 1
answered on 26 Aug 2008, 02:41 PM
I have a aspx page using master page. Inside the content page I put tabstrip control. Following the exact logic in your example, I start to test the page. On clicking the next button in personal info tab, I receive an error of "object reference". When debugging, it occurs at the line of Page.FindControl("RadTabStrip1") which is the tab strip defined in the content page of the aspx page.

The key is how to refer the tab strip in the "Personal Info" user control as per example.

0
Accepted
Paul
Telerik team
answered on 26 Aug 2008, 03:05 PM
Hello Raymond,

Please find attached a sample web application based on the Wizard example that uses master.page.

Best wishes,
Paul
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Raymond
Top achievements
Rank 1
answered on 26 Aug 2008, 07:26 PM
Thanks a lot, I can achieve my objective.

However, one more thing, how do i refer to controls in Personal user control page from other user control page.
Tags
TabStrip
Asked by
Raymond
Top achievements
Rank 1
Answers by
Paul
Telerik team
Raymond
Top achievements
Rank 1
Share this question
or