or
RadTabStrip1.Tabs(CInt(Request.QueryString("tab")) + 1).PageView.Selected = True
<telerik:RadEditor CssClass="maarginleft80" OnClientLoad="OnClientLoad" Width="670px" ID="radContactUs" EnableResize="false" runat="server"> <Tools> <telerik:EditorToolGroup Tag="MainToolbar"> <telerik:EditorTool Name="FindAndReplace" ShortCut="CTRL+F" /> <telerik:EditorTool Name="Undo" ShortCut="CTRL+Z" /> <telerik:EditorTool Name="Redo" ShortCut="CTRL+Y" /> <telerik:EditorTool Name="Indent" /> <telerik:EditorTool Name="Outdent" /> <telerik:EditorTool Name="TableWizard" /> <telerik:EditorTool Name="InsertSymbol" /> <telerik:EditorTool Name="JustifyLeft" /> <telerik:EditorTool Name="JustifyRight" /> <telerik:EditorTool Name="JustifyFull" /> <telerik:EditorTool Name="JustifyCenter" /> <telerik:EditorTool Name="LinkManager" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup Tag="FileManagers"> <telerik:EditorTool Name="ImageManager" /> </telerik:EditorToolGroup> <telerik:EditorToolGroup> <telerik:EditorTool Name="Bold" /> <telerik:EditorTool Name="Italic" /> <telerik:EditorTool Name="Underline" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="ForeColor" /> <telerik:EditorTool Name="BackColor" /> <telerik:EditorSeparator /> <telerik:EditorTool Name="FontName" /> <telerik:EditorTool Name="RealFontSize" /> </telerik:EditorToolGroup> </Tools> <CssFiles> <telerik:EditorCssFile Value="~/App_Themes/Web20/editor.css" /> </CssFiles> </telerik:RadEditor>
<telerik:RadScriptManager ID="RadScriptManager1" runat="server" LoadScriptsBeforeUI="true" ScriptMode="Release"></telerik:RadScriptManager><telerik:RadWindowManager ID="RadWindowManager1" runat="server" EnableViewState="true" EnableShadow="true" Modal="true" VisibleStatusbar="false" PreserveClientState="true" Animation="Fade" Behaviors="None" DestroyOnClose="True" EnableEmbeddedScripts="true" VisibleOnPageLoad="true" KeepInScreenBounds="True"> <Windows> <telerik:RadWindow ID="RadWindow1" runat="server"> <ContentTemplate> Hello! </ContentTemplate> </telerik:RadWindow> </Windows></telerik:RadWindowManager><authentication mode="Forms"> <forms name="SecLogin" path="/" loginUrl="SignIn.aspx" timeout="200"/></authentication><authorization> <deny users="?"/></authorization>if (e.Node.Text == "Users"){ Telerik.Web.UI.TreeListBoundColumn nameColumn = new Telerik.Web.UI.TreeListBoundColumn(); nameColumn.DataField = "name"; nameColumn.UniqueName = "name"; nameColumn.HeaderText = "Name"; RadTreeList1.Columns.Clear(); RadTreeList1.Columns.Add(nameColumn); RadTreeList1.DataSource = MyDataUser.GetData();}