<?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>Chalaki</title>
	<atom:link href="http://chalaki.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chalaki.com</link>
	<description>ASP.NET blog, Online Training in ASP.NET, MVC3, VB, C#</description>
	<lastBuildDate>Sat, 12 May 2012 04:31:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Two ways to render MVC3 Partial Views: Client side Javascript or server side html helper</title>
		<link>http://chalaki.com/two-ways-to-render-mvc3-partial-views-client-side-javascript-or-server-side-html-helper/713/</link>
		<comments>http://chalaki.com/two-ways-to-render-mvc3-partial-views-client-side-javascript-or-server-side-html-helper/713/#comments</comments>
		<pubDate>Thu, 10 May 2012 07:42:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[MVC3]]></category>
		<category><![CDATA[Partial]]></category>
		<category><![CDATA[Partial Views]]></category>
		<category><![CDATA[RenderPartial]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=713</guid>
		<description><![CDATA[We learned a great deal about the Partial Views in my post Fundamentals of MVC Partial Views. In this post I&#8217;ll show you how to create a partial view in a Visual Studio MVC 3 project and how to load the partial view inside a regular view using the following two methods: Server side using Html.Partial() helper<a href="http://chalaki.com/two-ways-to-render-mvc3-partial-views-client-side-javascript-or-server-side-html-helper/713/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/two-ways-to-render-mvc3-partial-views-client-side-javascript-or-server-side-html-helper/713/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Bind a DropDownList with a EditItemTemplate in the GridView</title>
		<link>http://chalaki.com/how-to-bind-a-dropdownlist-with-a-edititemtemplate-in-the-gridview/652/</link>
		<comments>http://chalaki.com/how-to-bind-a-dropdownlist-with-a-edititemtemplate-in-the-gridview/652/#comments</comments>
		<pubDate>Tue, 01 May 2012 16:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[GridView]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=652</guid>
		<description><![CDATA[ASP.NET GridViews are very handy to display data from a database table, view or a select statement that may contain joined tables. By default the gridview provides the fields in the boundfield format. The boundfields are fileds that have fixed GUI type and an associated datafield. &#60;asp:BoundField DataField="state" HeaderText="State" SortExpression="state" /&#62; Convert a asp:BoundField to a<a href="http://chalaki.com/how-to-bind-a-dropdownlist-with-a-edititemtemplate-in-the-gridview/652/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/how-to-bind-a-dropdownlist-with-a-edititemtemplate-in-the-gridview/652/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fundamentals of ASP.NET MVC 3 Partial Views</title>
		<link>http://chalaki.com/what-is-asp-net-mvc3-partial-views/702/</link>
		<comments>http://chalaki.com/what-is-asp-net-mvc3-partial-views/702/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 17:24:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Views]]></category>
		<category><![CDATA[MVC3]]></category>
		<category><![CDATA[Partial Views]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=702</guid>
		<description><![CDATA[ASP.NET MVC Partial Views are similar to web user controls available in ASP.NET WebForms. They are reusable components that can be plugged into regular MVC views. A header or footer or a stock ticker is a good example of a partial view as it can be programmed into a Partial view and be used across<a href="http://chalaki.com/what-is-asp-net-mvc3-partial-views/702/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/what-is-asp-net-mvc3-partial-views/702/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to program MSAGL (GLEE) to create hierarchical graph layouts</title>
		<link>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/</link>
		<comments>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 12:28:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Charting]]></category>
		<category><![CDATA[Windows Forms]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[GLEE]]></category>
		<category><![CDATA[Graph Layout]]></category>
		<category><![CDATA[MSAGL]]></category>
		<category><![CDATA[Visual C# Express 2010]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=519</guid>
		<description><![CDATA[MSAGL (Microsoft Automatic Graph Layout) is a .NET library and tools created by Microsoft Research for creating hierarchical graphs, viewing them and saving them to bitmaps. MSAGL is built on the principle of the Sugiyama scheme. MSAGL can be used to create layered or hierarchical graph layouts. These layered graphs can be used to represent<a href="http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/how-to-program-msagl-glee-to-create-hierarchical-graph-layouts/519/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>2 Easy steps to learn ASP.NET Routing, map URLs to aspx and pass variables</title>
		<link>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/</link>
		<comments>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 13:29:16 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Canonical]]></category>
		<category><![CDATA[Routes]]></category>
		<category><![CDATA[RouteTable]]></category>
		<category><![CDATA[URL Mapping]]></category>
		<category><![CDATA[Visual Studio 2010 SP1]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=473</guid>
		<description><![CDATA[It is becoming extremely important now a days to use simple URLs  without showing the .aspx extention and also hiding the Query String parameters such as page.aspx?name1=value1&#38;name2=value2. SEO experts swear that simple canonical urls such as mysite.com/CountryName/CityName/CompanyName/ are much better in terms of search engine friendliness than mysite.com/getlisting.aspx?Country=CountryName&#38;amp;City=CityName&#38;ampCompany=CompanyName We can clearly see that the former URL is much better even for<a href="http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/how-to-use-asp-net-routes-to-map-urls-to-aspx-and-pass-variables/473/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>4 Simple steps to learn SqlCeDataAdapater, SqlCeDataSet to modify data in SQL Server CE tables</title>
		<link>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/</link>
		<comments>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 06:45:21 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=224</guid>
		<description><![CDATA[You already know, from my previous blog  Using ADO.NET SqlCeCommand and SqlCeDataReader to select data from SQL Server Compact how to SELECT data for ReadOnly using SqlCeDataReader Object. You can&#8217;t update the data using SqlCeDataReader object.  Instead you will need to use SqlCeDataAdapter and SqlCeDataSet objects if you have to make any changes and save the data<a href="http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/using-sqlcedataadapater-and-sqlcedataset-to-modify-data-in-sql-server-ce-tables/224/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to select data from SQL Server Compact CE using ADO.NET SqlCeCommand and SqlCeDataReader Objects</title>
		<link>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/</link>
		<comments>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 11:52:18 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=204</guid>
		<description><![CDATA[In this post, I will show you how to use some of the classes in System.Data.SqlServerCe Namespace to access a SQL Server CE database from a ASP.NET 4.0 web forms application. The DLL that contains System.Data.SqlServerCe Namespace and all classes in that namespace is System.Data.SqlServerCe.dll. The System.Data.SqlServerCe namespace is the managed data provider for SQLServer CE. This namespace is a collection<a href="http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/using-ado-net-sqlcecommand-sqlcedatareader-to-select-data-from-sql-server-compact/204/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4 Easy steps to use SQL Server Compact (CE) in Visual Studio 2010 Express SP1</title>
		<link>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/</link>
		<comments>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 07:15:43 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Data Access]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[Visual Studio 2010 SP1]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Entity Framework]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=177</guid>
		<description><![CDATA[SQL Server Compact Edition is an embedded database that enables all functionality of SQL Server yet it is a simple and single file based. That means you don&#8217;t have to install the SQL Server. Simply copy the database file with .sdf extension and easily distribute it where ever you want to. Very useful in development environments<a href="http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/using-sql-server-ce-in-visual-studio-2010-express-sp1/177/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Top 8 new features in Visual Studio 2010 Service Pack 1 for the ASP.NET developers</title>
		<link>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/</link>
		<comments>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 10:10:41 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[Visual Studio 2010 SP1]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Deployment]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[IIS Express 7.5]]></category>
		<category><![CDATA[SQL Server Compact]]></category>
		<category><![CDATA[Web Platform Installer]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=277</guid>
		<description><![CDATA[Microsoft today released the latest version of its Visual Studio, Visual Studio Express and Visual Web Developer products. Its called Visual Studio 2010 Service Pack 1 (SP1). We at Chalaki have evaluated this product and very happy with the new enhancements. I am listing all the new features available for a web developer in this<a href="http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/top-8-new-features-visual-web-developer-visual-studio-2010-service-pack-1-for-asp-net-developers/277/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Easy steps to create and consume .ACX web user controls in ASP.NET 4.0, Visual Studio 2010 SP1</title>
		<link>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/</link>
		<comments>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:36:41 +0000</pubDate>
		<dc:creator>Raja S</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[User Controls]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[ascx]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Cache]]></category>
		<category><![CDATA[Reusable]]></category>
		<category><![CDATA[User Control]]></category>
		<category><![CDATA[ViewState]]></category>

		<guid isPermaLink="false">http://chalaki.com/?p=242</guid>
		<description><![CDATA[What are ASP.NET Web User Controls? Web User Controls are re-usable controls that you can create and use across multiple ASPX pages. When you need functionality in a control that is not provided by the built-in ASP.NET Web server controls such as &#60;asp:TextArea&#62;, you can create your own controls. User controls are containers into which you can<a href="http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/"> <br /><br /> Read More…</a>]]></description>
		<wfw:commentRss>http://chalaki.com/creating-and-consuming-web-user-controls-in-asp-net-4-visual-studio-2010-sp1/242/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

