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

How do I add content to tabs, server side?

1 Answer 27 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Jamie
Top achievements
Rank 1
Jamie asked on 21 Oct 2013, 02:50 PM

Requirements

RadControls version

 

.NET version 4

 

Visual Studio version 2012

 

programming language C#

 

browser support

all browsers supported by RadControls


PROJECT DESCRIPTION                                    
I am trying to create a tab in the code behind with contents, I can create tabs fine but don't know how to assign something to it (the content) I can't even figure out how to do it client side, but usually in normal AJAX you would do it like tab.controls.add(control) but in the telerik version it adds the control to the actual tab rather than the content.

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 23 Oct 2013, 02:13 PM
Hello Jamie,

To add content to the tabs there are two approaches that you can take. The first one is to use templates and add content directly to the tabs as exemplified in this help article. By using the other approach you can add RadMultiPage control to the page and place the needed content in the different RadPageViews as demonstrated here

Regards,
Kate
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TabStrip
Asked by
Jamie
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or