<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>Recent Solutions</title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=506]]></link>
	<description>Recent Solutions Syndication</description>
	<pubDate>Wed, 13 Feb 2013 19:49:37 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Export DataTable to Excel .CSV using C#.Net {How easy is this}</title>
		<link>http://www.dreamincode.net/forums/blog/506/entry-3571-export-datatable-to-excel-csv-using-c%23net-how-easy-is-this/</link>
		<category></category>
		<description><![CDATA[<span style='font-size: 26px;'><div class='bbc_center'>Export DataTable to Excel/CSV using C#</div></span><br /><br />I was working on a project and my client asked me to export data to excel or .csv file. do you know how easy is this, Just by using <span class="inlinecode"><strong class='bbc'>StreamWriter</strong></span> I exported a DataTable to excel .csv file.<br /><br />and here is the code<br /><br />for this article I used <strong class='bbc'>Northwind</strong> database and <strong class='bbc'>Employees</strong> table from MS SQL server.<br /><pre class='brush: bash C#;'>...</pre>]]></description>
		<pubDate>Wed, 13 Jul 2011 12:00:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/506/entry-3571-export-datatable-to-excel-csv-using-c%23net-how-easy-is-this/</guid>
	</item>
	<item>
		<title>Insert, Update and Delete records in table with datagridview using C#.net</title>
		<link>http://www.dreamincode.net/forums/blog/506/entry-3561-insert-update-and-delete-records-in-table-with-datagridview-using-c%23net/</link>
		<category></category>
		<description><![CDATA[<div class='bbc_center'><span style='font-size: 21px;'>Insert, Update & Delete Table from DataGridView in C#.Net</span></div><br /><strong class='bbc'>Details:</strong><br />Topic: Insert, Update & Delete Table from DataGridView<br />Language: C#.Net 2.0<br />Level: Intermediate<br /><br />Today I will show you how to Insert, Update & Delete table with DataGridView in C#.Net.<br /><br />Create a database <strong class='bbc'>EmployeesDB</strong> and create a table <strong class='bbc'>Employees</strong><br /><pre class='brush: bash sql;'>...</pre>]]></description>
		<pubDate>Sat, 09 Jul 2011 11:29:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/506/entry-3561-insert-update-and-delete-records-in-table-with-datagridview-using-c%23net/</guid>
	</item>
	<item>
		<title>Load Excel File to Data Table using C Sharp.Net</title>
		<link>http://www.dreamincode.net/forums/blog/506/entry-3554-load-excel-file-to-data-table-using-c-sharpnet/</link>
		<category></category>
		<description><![CDATA[I saw in forums everyone is asking how to load data from excel file to database.<br /><br />I made a simple function to load excel data into DataTable, once you loaded data to DataTable you can move it to any database you want.<br /><br />this function required excel file path to load data and you can modify excel sheet name if it is not matching with the code.<br /><br /><pre class='brush: bash C#;'>...</pre>]]></description>
		<pubDate>Tue, 05 Jul 2011 09:33:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/506/entry-3554-load-excel-file-to-data-table-using-c-sharpnet/</guid>
	</item>
</channel>
</rss>