dotnetspider.com
Login Login    Register      

TutorialsForumCareer DevelopmentResourcesReviewsJobsInterviewCommunitiesProjectsTraining

Subscribe to Subscribers
Talk to Webmaster
Tony John

Facebook
Google+
Twitter
LinkedIn
Online MembersA'zlina
More...
Join our online Google+ community for Bloggers, Content Writers and Webmasters




Forums » .NET » ASP.NET »

Tree view


Posted Date: 05 Aug 2010      Posted By:: HARI KIRAN     Member Level: Bronze    Member Rank: 2742     Points: 1   Responses: 3



HOW CAN I CREATE TREE VIEW(to display all branches in a college)
PROCESS BAR(for filling of sites)
AND SILDER CONTROLS
let me know the code




Responses

#535135    Author: Lion      Member Level: Gold      Member Rank: 117     Date: 05/Aug/2010   Rating: 2 out of 52 out of 5     Points: 2

Hi dear, please clear Your Requirements.

Thanks & Regards
Lion
Jaipur (Pink City) India
My Blog



 
#535170    Author: vasanth      Member Level: Silver      Member Rank: 885     Date: 05/Aug/2010   Rating: 2 out of 52 out of 5     Points: 2

basic tree view control binded to sitemap path
<asp:SiteMapPath ID="sitemappath1" runat=server ></asp:SiteMapPath>
<br /><p>
<asp:TreeView ID="TreeView1" runat=server DataSourceID="sitemapDataSource1"></asp:TreeView>
<asp:SiteMapDataSource ID="sitemapDataSource1" runat=server /></p>

In this you need to know there are certain terminology for each part of the hierarchy
Every element is called a node, uppermost is the root node where you can have multiple root node in a tree view control,Root node is also considered as parent node if it has any nodes that are directly under it in the hierarchy of nodes.the nodes directly under the parent node are reffered as child nodes,Each parent node can have one or more child nodes. finally if a node contains no child nodes it is referred to as a leaf node. i have attached a img so you'll get an idea how it really works and do your homework to get better idea...

Don't forget to rate



 
#535181    Author: Malli      Member Level: Gold      Member Rank: 833     Date: 05/Aug/2010   Rating: 2 out of 52 out of 5     Points: 2

Hi,

For tree view refer this sites

http://www.beansoftware.com/asp.net-tutorials/using-treeview-control.aspx
http://www.15seconds.com/issue/041117.htm


Thanks&Regards
Malli






 
Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.



Next : Listview control+edit delete option
Previous : Database Backup usingc#.net
Return to Discussion Forum
Post New Message
Category:

Related Messages



Follow us on Twitter: https://twitter.com/dotnetspider

Active Members
TodayLast 7 Daysmore...

Awards & Gifts
Email subscription
  • .NET Jobs
  • .NET Articles
  • .NET Forums
  • Articles Rss Feeds
    Forum Rss Feeds


    About Us    Contact Us    Copyright    Privacy Policy    Terms Of Use    Revenue Sharing sites   Advertise   Talk to Tony John
    Copyright © SpiderWorks Technologies Pvt Ltd., Kochi, India
    2005 - 2012 All Rights Reserved.
    .NET and other trademarks mentioned in this site belong to Microsoft and other respective trademark owners.
    Articles, tutorials and all other content offered here is for educational purpose only.
    We are not associated with Microsoft or its partners.