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

tabs as ASP.Net pages

3 Answers 70 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Atlas
Top achievements
Rank 1
Atlas asked on 31 Jul 2009, 10:17 PM
I would like to use the tabstrip so that each tab points to a page. I don't want the control to navigate to the page, I want the page I reference to be the content of the tab. Is this possible?

I tried using the MultiPage example, but if you specify different URL's for each tab, the control just redirects you to the referenced page.

3 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Aug 2009, 09:24 AM
Hello Nano,

Check out the following link where in the tabstrip is used to navigate through pages. Hope this helps meet your requirement.
Site Navigation

Thanks
Princy.
0
Atlas
Top achievements
Rank 1
answered on 04 Aug 2009, 09:15 PM
I have a grid as one of the tab contents instead of an image, which is bound to a dataSet in the code behind, that also contains an item command that is used to display details of the grid row in a panel. How would I go about accomplishing that functionality. I can't figure out where to place the databinding code. How do I say, for example, if the tab is tab 1 then GetData() in the code behind?
0
Peter
Telerik team
answered on 05 Aug 2009, 12:12 PM
Hello Nano,

Probably, you need similar functionality to the Dynamic RadPageView demo:
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/dynamicpageview/defaultcs.aspx

Please, view this example and let us know if it helps.


Regards,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
TabStrip
Asked by
Atlas
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Atlas
Top achievements
Rank 1
Peter
Telerik team
Share this question
or