<?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; RowDefinition</title>
	<atom:link href="http://www.codeforasp.net/tag/rowdefinition/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>
		<item>
		<title>Silverlight Grid Layout</title>
		<link>http://www.codeforasp.net/silverlight-grid-layout.html</link>
		<comments>http://www.codeforasp.net/silverlight-grid-layout.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>
		<category><![CDATA[alignment in Silverlight Grid.row]]></category>
		<category><![CDATA[ColumnDefination]]></category>
		<category><![CDATA[grid layout ShowGridLines]]></category>
		<category><![CDATA[RowDefinition]]></category>
		<category><![CDATA[silverlight grid]]></category>
		<category><![CDATA[silverlight grid layout]]></category>
		<category><![CDATA[Silverlight margin property]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=292</guid>
		<description><![CDATA[The grid is a layout control is a container of other silverlight controls. Grid acts like Html table, it places other silverlight controls like Textbox, Checkbox, and Button …
I am going to create 2 rows and 6 columns using Grid layout control
&#60;UserControl xmlns:controls=”clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit”  x:Class=”ExpanderControl.grid”
xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation”
xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”
Width=”400″ Height=”400″&#62;
&#60;Grid x:Name=”LayoutRoot” Background=”White” ShowGridLines=”True”  &#62;
&#60;Grid.RowDefinitions&#62;
&#60;RowDefinition Height=”30″&#62;&#60;/RowDefinition&#62;
&#60;RowDefinition Height=”30″&#62;&#60;/RowDefinition&#62;
&#60;RowDefinition Height=”30″&#62;&#60;/RowDefinition&#62;
&#60;RowDefinition Height=”30″&#62;&#60;/RowDefinition&#62;
&#60;RowDefinition Height=”30″&#62;&#60;/RowDefinition&#62;
&#60;RowDefinition [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/silverlight-grid-layout.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
