﻿<?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 - how to get node</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database---how-to-get-node/</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 - how to get node</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database---how-to-get-node/</link><pubDate>Tue, 05 Jan 2010 01:25:59 GMT</pubDate><dc:creator>brain712</dc:creator><description>&lt;p&gt;Nice post you have managed because i am liking this, well its the are of technology and this make new models and invent new product and design for the ease of humanity like your product, its interesting well right now i am doing critical analysis on &lt;a href="http://www.free-testking.net"&gt;testking dumps&lt;/a&gt; and make my research report on it which opens the horizons of opportunities and success for the welfare of the earth and its people. May someone use my research and make a new theory and a new thing which really desired by people.Please pray for me, May God bless you.

Thanks,
(Brain Adam)
&lt;/p&gt;</description></item><item><title>tree using database - how to get node</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database---how-to-get-node/</link><pubDate>Sun, 18 Oct 2009 00:06:00 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;hi Yudi,&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;thanks for your reply.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Did you check this , it is not working in my example.&lt;/p&gt;</description></item><item><title>tree using database - how to get node</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database---how-to-get-node/</link><pubDate>Thu, 08 Oct 2009 23:05: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;I refer to the sample provided by Handy on the following link, &lt;a href="http://www.intersoftpt.com/Community/WebTreeView/tree-using-database/"&gt;http://www.intersoftpt.com/Community/WebTreeView/tree-using-database/&lt;/a&gt;. I added an asp.net button and asp.net textbox. The text of selected node will be displayed on the textbox when user clicks the button.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;I simply use following code in order to get selected node on a button click.&lt;/span&gt;&lt;/p&gt;&lt;pre&gt;protected void Button1_Click(object sender, EventArgs e)
{
    TextBox1.Text = WebTreeView1.SelectedNode.Text;
}&lt;/pre&gt;
&lt;p&gt;&lt;span style="font-family: 'segoe ui', 'sans-serif'; color: #1f497d; font-size: 9pt"&gt;Please let me know if you have&amp;nbsp;different scenario.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>tree using database - how to get node</title><link>http://www.intersoftsolutions.com/Community/WebTreeView/tree-using-database---how-to-get-node/</link><pubDate>Tue, 06 Oct 2009 02:37:19 GMT</pubDate><dc:creator>ismail</dc:creator><description>&lt;p&gt;&lt;span style="color: rgb(63, 63, 63); font-family: 'segoe ui'; font-size: 12px; line-height: 18px; " /&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;hi,&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;i have created, tree using the method you defined (using database). It is working almost, except some properties like expanded image etc.&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&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 style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;&lt;br style="font-family: 'segoe ui', arial, verdana, tahoma; " /&gt;&lt;/p&gt;
&lt;p style="font-family: 'segoe ui', arial, verdana, tahoma; margin-top: 10px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; "&gt;thanks and regards&lt;/p&gt;
&lt;/div&gt;
&lt;p /&gt;</description></item></channel></rss>