<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code for asp.net &#187; HyperlinkButton</title>
	<atom:link href="http://www.codeforasp.net/tag/hyperlinkbutton/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeforasp.net</link>
	<description>More about asp.net ajax silverlight MVC</description>
	<lastBuildDate>Tue, 02 Mar 2010 10:17:59 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Silverlight Treeview Control</title>
		<link>http://www.codeforasp.net/silverlight-treeview-control.html</link>
		<comments>http://www.codeforasp.net/silverlight-treeview-control.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:52:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[ContentControl]]></category>
		<category><![CDATA[HyperlinkButton]]></category>
		<category><![CDATA[IsSelected]]></category>
		<category><![CDATA[silverlight treeview]]></category>
		<category><![CDATA[treeview]]></category>
		<category><![CDATA[treeviewItem]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=494</guid>
		<description><![CDATA[Treeview control is used to display hierarchical data in tree structure. It contain parent and child nodes with collapse and expand.
 
To use silverlight control toolkit first add a reference to the 
Microsoft.Windows.Controls.dll.
xmlns:controls=&#8221;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit&#8221;
 
 
Step1: Open Page.xaml control in Silverlight application
&#60;UserControl x:Class=&#8221;AddingXAML.Page&#8221;
xmlns=&#8221;http://schemas.microsoft.com/winfx/2006/xaml/presentation&#8221;
xmlns:x=&#8221;http://schemas.microsoft.com/winfx/2006/xaml&#8221;
Width=&#8221;400&#8243; Height=&#8221;300&#8243;&#62;
&#60;Grid x:Name=&#8221;LayoutRoot&#8221; Background=&#8221;White&#8221;&#62;
&#60;/Grid&#62;
&#60;/UserControl&#62;
Step2: Drag Treeview Control it generates silverlight toolkit namespace and treeview [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/silverlight-treeview-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
