﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebTreeView - tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Tue, 13 Oct 2009 04:40:03 GMT</pubDate><dc:creator>yudi</dc:creator><description>&lt;p&gt;&lt;span style="font-family: 'segoe ui','sans-serif'; color: #1f497d; font-size: 9pt; "&gt;Please refer to the following &lt;a href="http://www.intersoftpt.com/Community/WebTreeView/tree-using-database---how-to-get-node/"&gt;thread&lt;/a&gt;, for the answer.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Sun, 04 Oct 2009 09:57:25 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;i have created, tree using the method you defined. It is working almost, except some properties like expanded image etc.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Can you please tell me , how can i get the selected node from the backend. Means i want to get the selected node on a button click.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks and regards&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Wed, 16 Sep 2009 23:06:28 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Thank you for your feedback. Unfortunately, even though it is populated from database, it is assigned into each node one by one. This behavior is unbound behavior. So, you could not add, edit and delete on WebTreeView.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Tue, 15 Sep 2009 17:32:24 GMT</pubDate><dc:creator>jleyva@bisa.com.pe</dc:creator><description>&lt;p&gt;   His example, the database is good, but I have a problem with the options to add, edit, delete, change levels and other events of the treeview.  please send me an example with these events&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;It would be good to publish a couple of examples based on database that is helpful not only work with XML files is very static . &lt;/p&gt;
&lt;p&gt;  &lt;/p&gt;
&lt;p&gt;please help me &lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Sun, 13 Sep 2009 00:43:55 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p /&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ok.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;also i have tried some button event to catch the selected node. But it seems not working.&lt;/p&gt;
&lt;p&gt;below is the code,  i have used.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt; protected void Button1_Click(object sender, EventArgs e)&lt;/p&gt;
&lt;p&gt;    {&lt;/p&gt;
&lt;p&gt;          Label1.Text = WebTreeView1.SelectedNode.ToString();&lt;/p&gt;
&lt;p&gt;    }&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Thu, 10 Sep 2009 05:14:17 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;I have tested and it is a minor bug in our WebTreeView. I have forwarded this to our developer with #406 WI number and they will fix it in our next release.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Wed, 09 Sep 2009 04:16:39 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;thank you handy..&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;the tree is working for me... but i have some small problem...&lt;/p&gt;
&lt;p&gt;if i give the image for the tree node, it working but the expand image property is not working&lt;/p&gt;
&lt;p&gt;here is the code below&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p /&gt;
&lt;p&gt; protected override void OnInitComplete(EventArgs e)&lt;/p&gt;
&lt;p&gt;    {&lt;/p&gt;
&lt;p&gt;        base.OnInitComplete(e);&lt;/p&gt;
&lt;p&gt;        WebTreeViewNode rootNode = new WebTreeViewNode();&lt;/p&gt;
&lt;p&gt;        rootNode.Name = "REPORTS";&lt;/p&gt;
&lt;p&gt;        rootNode.Text = "REPORTS";&lt;/p&gt;
&lt;p&gt;        rootNode.Image = "~/images/folder-close.jpg";&lt;/p&gt;
&lt;p&gt;        rootNode.ExpandedImage = "images/folder-open.jpg"; // This is not working&lt;/p&gt;
&lt;p&gt;        rootNode.Value = "report";&lt;/p&gt;
&lt;p&gt;        WebTreeView1.Nodes.Add(rootNode);&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;        WebTreeView1.EnableLoadOnDemand = true;&lt;/p&gt;
&lt;p&gt;        WebTreeView1.AllowNodeEditing = AllowEditing.Yes;&lt;/p&gt;
&lt;p&gt;        WebTreeView1.AutoPostBackSettings.OnNodeEdit = true;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;    }&lt;/p&gt;
&lt;p /&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Thu, 03 Sep 2009 03:25:42 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;Please re-try again. I have re-uploaded it.&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Thu, 03 Sep 2009 01:00:10 GMT</pubDate><dc:creator>Michael</dc:creator><description>&lt;p&gt;I can't download the sample!&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Wed, 02 Sep 2009 23:33:20 GMT</pubDate><dc:creator>handy@intersoftpt.com</dc:creator><description>&lt;p&gt;I have just found some way how to populate database via dataset. By populate database in each nodes, it would be similar with WebTreeView unbound. Attached sample is my sample. Hope this helps you.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Handy&lt;/p&gt;</description></item><item><title>tree using database</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database/</link><pubDate>Mon, 31 Aug 2009 06:11:31 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;please let me know how can i populate the tree using the database value. (here i am using oracle)&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;the values of the tree and its child nodes are in the different tables of the database with some relations.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanking you&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;ca&lt;/p&gt;</description></item></channel></rss>