<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>ASP.NET</title>
	<link>http://microsoftblog.co.in/aspnet</link>
	<description>Are you ready to develop next generation websites.</description>
	<lastBuildDate>Tue, 21 Jul 2009 17:41:44 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>LINQ DataSource Insert, Update and Delete : ASP.NET 4.0</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/07/21/linq-datasource-insert-update-and-delete-aspnet-40/</link>
			</item>
	<item>
		<title>Storing Files In Database Using ASP.NET</title>
		<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. [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/06/13/storing-files-in-database-using-aspnet/</link>
			</item>
	<item>
		<title>Show Long Text Item in ComboBox</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/06/13/show-long-text-item-in-combobox/</link>
			</item>
	<item>
		<title>Client Side AJAX in ASP.NET 4.0</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/06/08/client-side-ajax-in-aspnet-40/</link>
			</item>
	<item>
		<title>QueryExtender Web Control : ASP.NET 4.0</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/06/04/queryextender-web-control-aspnet-40/</link>
			</item>
	<item>
		<title>EntityDataSource Control ASP.NET</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/06/03/entitydatasource-control-aspnet/</link>
			</item>
	<item>
		<title>List all the Logical Drive in the Computer : Windows Application, C#</title>
		<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 [...]]]></description>
		<link>http://microsoftblog.co.in/aspnet/2009/05/25/list-all-the-logical-drive-in-the-computer-windows-application-c/</link>
			</item>
</channel>
</rss>

