Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Basics
|
ASP.NET 2.0 Basics If you are new to ASP or ASP.NET programming with version 2.0, this is the forum to begin asking questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 10th, 2007, 04:31 PM
Authorized User
 
Join Date: Jan 2007
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to creat a treeview with background images

How can i make a treenode/treeview like http://www.obout.com/sm3/pro_7.aspx

if i have this code for treeview
Code:
  <asp:TreeView ExpandDepth="1" runat="server">
    <Nodes>
      <asp:TreeNode Text="Employees">
        <asp:TreeNode Text="Bradley" Value="ID-1234" />
        <asp:TreeNode Text="Whitney" Value="ID-5678" />
        <asp:TreeNode Text="Barbara" Value="ID-9101" />
      </asp:TreeNode>
      <asp:TreeNode Text="Technology">  
        <asp:TreeNode Text="Microsoft" NavigateUrl="http://www.microsoft.com" />
        <asp:TreeNode Text="ASP.NET" NavigateUrl="http://www.asp.net"/>
        <asp:TreeNode Text="GotDotNet" NavigateUrl="http://www.gotdotnet.com" />
        <asp:TreeNode Text="MSDN" NavigateUrl="http://msdn.microsoft.com" />
      </asp:TreeNode>
    </Nodes>
  </asp:TreeView>
how du i then take
      <asp:TreeNode Text="Employees">
      <asp:TreeNode Text="Technology">
and place a background images behind them. !?






Similar Threads
Thread Thread Starter Forum Replies Last Post
No Background Images in ReportViewer wb8bgy Visual Basic 2005 Basics 1 March 28th, 2007 03:08 PM
background images Maxxim CSS Cascading Style Sheets 14 February 14th, 2007 02:56 PM
Images in Treeview katsarosj Visual Basic 2005 Basics 2 December 28th, 2005 01:55 PM
XML background images timsweet XML 0 September 30th, 2004 06:01 PM
background images Larson HTML Code Clinic 2 February 15th, 2004 06:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.