<?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; ItemSource</title>
	<atom:link href="http://www.codeforasp.net/tag/itemsource/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 ComboBox</title>
		<link>http://www.codeforasp.net/silverlight-combobox.html</link>
		<comments>http://www.codeforasp.net/silverlight-combobox.html#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:27:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[ComboBox]]></category>
		<category><![CDATA[ComboBox SelectedItem]]></category>
		<category><![CDATA[ComboBox1_SelectionChanged]]></category>
		<category><![CDATA[IsSelected]]></category>
		<category><![CDATA[ItemSource]]></category>
		<category><![CDATA[Selected Value]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=491</guid>
		<description><![CDATA[Silverlight comboBox is an xaml control. Its Syntax looks like in Xaml
&#60;ComboBox&#62;&#60;/ComboBox&#62;
Margin, Width and Height properties will adjust the controls width and height.
Margin property will adjust the control location of the parent user control.
X:Name is the property to the comboBox represent the ID of the control
Vertical and Horizontal alignment properties are used to set alignment [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/silverlight-combobox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display database data using Silverlight datagrid</title>
		<link>http://www.codeforasp.net/display-database-data-using-silverlight-datagrid.html</link>
		<comments>http://www.codeforasp.net/display-database-data-using-silverlight-datagrid.html#comments</comments>
		<pubDate>Mon, 02 Nov 2009 09:54:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CRUD operation]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[datagrid]]></category>
		<category><![CDATA[IEnumerable]]></category>
		<category><![CDATA[ItemSource]]></category>
		<category><![CDATA[silverlight datagrid]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=480</guid>
		<description><![CDATA[First Refer to below link
how to create WCF service and LinqToSQL
Step1: First Create Silverlight Project in VS2008
Step2: In Page.xaml file Drag Silverlight Datagrid control
&#60;data:DataGrid x:Name=&#8221;gridRegister&#8220;&#62;&#60;/data:DataGrid&#62;
Step3: Add WCF Service (Register.svc) below link will explain
how to create WCF service and LinqToSQL view this link above
Then add Below OperationContract in Register.svc
Register.svc.cs
[OperationContract]
public IEnumerable&#60;Registration&#62; GetRegisterationList()
{
//SilverlightDataContext is from LinQ to SQL [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/display-database-data-using-silverlight-datagrid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
