<?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/"
	>

<channel>
	<title>ASP.NET</title>
	<atom:link href="http://microsoftblog.co.in/aspnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://microsoftblog.co.in/aspnet</link>
	<description>Are you ready to develop next generation websites.</description>
	<pubDate>Tue, 21 Jul 2009 17:41:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LINQ DataSource Insert, Update and Delete : ASP.NET 4.0</title>
		<link>http://microsoftblog.co.in/aspnet/2009/07/21/linq-datasource-insert-update-and-delete-aspnet-40/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/07/21/linq-datasource-insert-update-and-delete-aspnet-40/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 17:41:44 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[ASP.NET 4.0]]></category>

		<category><![CDATA[LINQDataSource]]></category>

		<category><![CDATA[GridView]]></category>

		<category><![CDATA[LINQ]]></category>

		<category><![CDATA[LINQDataSource Insert]]></category>

		<category><![CDATA[Update and Delete]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/07/21/linq-datasource-insert-update-and-delete-aspnet-40/</guid>
		<description><![CDATA[Its been some time I didn’t write any thing on the blog, I was busy with my projects, so now thought of writing some thing on LINQ Datasource in ASP.NET .NET 4.0 (also part of .NET v3.5).
In this example I am trying to display list of products in a GridView and Insert, Update and Delete [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/07/21/linq-datasource-insert-update-and-delete-aspnet-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Storing Files In Database Using ASP.NET</title>
		<link>http://microsoftblog.co.in/aspnet/2009/06/13/storing-files-in-database-using-aspnet/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/06/13/storing-files-in-database-using-aspnet/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 06:51:49 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[ASP.NET]]></category>

		<category><![CDATA[FileStream]]></category>

		<category><![CDATA[InputStream]]></category>

		<category><![CDATA[Storing Files into Database]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/06/13/storing-files-in-database-using-aspnet/</guid>
		<description><![CDATA[In this example I am storing files like word document, text file and excel files into database and retrieving back from database and saving back into a folder.
So lets start creating a Table in SQL Server database in which we are going store our uploaded files, in this table I am creating following columns.

DocumentID int [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/06/13/storing-files-in-database-using-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Show Long Text Item in ComboBox</title>
		<link>http://microsoftblog.co.in/aspnet/2009/06/13/show-long-text-item-in-combobox/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/06/13/show-long-text-item-in-combobox/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 05:51:48 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Combo Box Show Full Item Text]]></category>

		<category><![CDATA[Windows Application]]></category>

		<category><![CDATA[.NET]]></category>

		<category><![CDATA[Showing full item text in Combo Box]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/06/13/show-long-text-item-in-combobox/</guid>
		<description><![CDATA[Many times in our windows form we need to show data in Combo Box and items in combo box are have same length, so we face a problem that some item in the combo box is not shown fully, and increasing width of then combo might not always the good idea.
To avoid above mentioned problem [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/06/13/show-long-text-item-in-combobox/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Client Side AJAX in ASP.NET 4.0</title>
		<link>http://microsoftblog.co.in/aspnet/2009/06/08/client-side-ajax-in-aspnet-40/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/06/08/client-side-ajax-in-aspnet-40/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:23:23 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[ASP.NET 4.0]]></category>

		<category><![CDATA[ClientSide AJAX ASP.NET 4.0]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<category><![CDATA[jQuery]]></category>

		<category><![CDATA[C# .NET]]></category>

		<category><![CDATA[Client Side AJAX in ASP.NET 4.0]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/06/08/client-side-ajax-in-aspnet-40/</guid>
		<description><![CDATA[AJAX is most used technology these days, this avoids page reloads and user will not get frustrated, however it still requires a post back to server so ASP.NET 4.0 introduced ClientSide AJAX which is achieved by using some jQuery and server side service
Here I am going to build a sample using Northwind database Categories and [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/06/08/client-side-ajax-in-aspnet-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>QueryExtender Web Control : ASP.NET 4.0</title>
		<link>http://microsoftblog.co.in/aspnet/2009/06/04/queryextender-web-control-aspnet-40/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/06/04/queryextender-web-control-aspnet-40/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 14:42:34 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[ASP.NET 4.0]]></category>

		<category><![CDATA[QueryExtender Control]]></category>

		<category><![CDATA[Visual Studio 2010]]></category>

		<category><![CDATA[Query Extender Control]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/06/04/queryextender-web-control-aspnet-40/</guid>
		<description><![CDATA[&#160;
Query extender is a new control introduced in ASP.NET 4.0, this control is used to filter and sort data by using different expressions, it has Search Expression, OrderByExpression, RangeExpressions etc. 
When you have data in your Datasource and you want to filter at the application end so you always go for this control. 
As of [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/06/04/queryextender-web-control-aspnet-40/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EntityDataSource Control ASP.NET</title>
		<link>http://microsoftblog.co.in/aspnet/2009/06/03/entitydatasource-control-aspnet/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/06/03/entitydatasource-control-aspnet/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 18:35:26 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/06/03/entitydatasource-control-aspnet/</guid>
		<description><![CDATA[ASP.NET 3.5 sp1 introduces a data source control called EntityDataSource using this control we can bind data to different Data Binding controls.
Now lets start building an example application which gets the data from Northwind database employee table.
Open Visual Studio 2008/2010 and create a Web Application.
Now right click on Solution explorer and add new item and [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/06/03/entitydatasource-control-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>List all the Logical Drive in the Computer : Windows Application, C#</title>
		<link>http://microsoftblog.co.in/aspnet/2009/05/25/list-all-the-logical-drive-in-the-computer-windows-application-c/</link>
		<comments>http://microsoftblog.co.in/aspnet/2009/05/25/list-all-the-logical-drive-in-the-computer-windows-application-c/#comments</comments>
		<pubDate>Mon, 25 May 2009 15:23:39 +0000</pubDate>
		<dc:creator>Satish Kumar</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[C#]]></category>

		<category><![CDATA[System.Managment]]></category>

		<category><![CDATA[Windows Application]]></category>

		<category><![CDATA[Read all Logical Drives in Local Computer]]></category>

		<guid isPermaLink="false">http://microsoftblog.co.in/aspnet/2009/05/25/list-all-the-logical-drive-in-the-computer-windows-application-c/</guid>
		<description><![CDATA[Using System.Management name space we can read the all operating system details and we query System_Win32 database in the following example I am trying to read all the logical drives in the computer and list them in a ListBox and select a drive and you can browse all the files in the drive.
So lets start [...]]]></description>
		<wfw:commentRss>http://microsoftblog.co.in/aspnet/2009/05/25/list-all-the-logical-drive-in-the-computer-windows-application-c/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
