<?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; silverlight insert data</title>
	<atom:link href="http://www.codeforasp.net/tag/silverlight-insert-data/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>How to insert data into Database using Silverlight</title>
		<link>http://www.codeforasp.net/how-to-insert-data-into-database-using-silverlight.html</link>
		<comments>http://www.codeforasp.net/how-to-insert-data-into-database-using-silverlight.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 09:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CRUD operation]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[ColumnDefinition]]></category>
		<category><![CDATA[gridlayout]]></category>
		<category><![CDATA[Linq to sql classes]]></category>
		<category><![CDATA[RowDefinition]]></category>
		<category><![CDATA[silverlight and dbml]]></category>
		<category><![CDATA[silverlight insert data]]></category>
		<category><![CDATA[silverlight registration form]]></category>
		<category><![CDATA[stackpanel]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[[OperationContact]]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=459</guid>
		<description><![CDATA[First Create Silverlight application
Start -&#62; Programs -&#62; VS2008 -&#62; File -&#62; New -&#62; Project -&#62; SilverlightApplication -&#62; ByDefault application name is SilverlightApplication1 change name as SilverlightDB
 
 
Step2: Design Registration form in Page.xaml
Silverlight Grid with 8 Rows and 2 Columns using grid RowDefinition and ColumnDefinition
&#60;UserControl xmlns:controls=&#8221;clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit&#8221;  x:Class=&#8221;SilverlightDB.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;Border BorderBrush=&#8221;Black&#8221; BorderThickness=&#8221;1&#8243; &#62;
&#60;Grid x:Name=&#8221;LayoutRoot&#8221; Background=&#8221;White&#8221; ShowGridLines=&#8221;False&#8221; [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/how-to-insert-data-into-database-using-silverlight.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
