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.