Designing tree

M

Mark Goldin

I have this code that basically works.

<%@ Page language="c#" Codebehind="tiptree.aspx.cs" AutoEventWireup="false"
Inherits="TipTree.tiptree" %>
<%@ Register TagPrefix="ie" Namespace="Microsoft.Web.UI.WebControls"
Assembly="Microsoft.Web.UI.WebControls" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>tiptree</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form runat="server" ID="Form1">
<ie:treeview runat="server" id="oTree"
SystemImagesPath="webctrl_client/1_0/treeimages/"
treenodesrc="charttreexslt.xml" ChildType="Folder" />
</ie:TreeView>
<ie:TabStrip runat="server"
TabDefaultStyle="background-color:#000000;font-family:verdana;font-weight:bo
ld;font-size:8pt;color:#ffffff;width:79;height:21;text-align:center"
TabHoverStyle="background-color:#777777"
TabSelectedStyle="background-color:#ffffff;color:#000000" ID="Tabstrip1"
NAME="Tabstrip1">
<ie:Tab Text="Home"></ie:Tab>
<ie:Tab Text="About us"></ie:Tab>
<ie:Tab Text="Products"></ie:Tab>
<ie:Tab Text="Support"></ie:Tab>
<ie:Tab Text="Contact us"></ie:Tab>
</ie:TabStrip></form>
</body>
</HTML>

I want a few things added.
I want to see folder icons and also I want to have a tree in the iframe and
TabStrip on a right side of the iframe.
Can someone help me, please?
And how can I do a visual design of TreeView and TabStrip?
When I switch to "Design" Tab in VS all I see "Error creatiing Control" box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top