<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/200/files-.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Check Existence of File in ASP.NET and VB</title>
		   <link>http://www.programmerkingdom.com/view/869/check-existence-of-file-in-asp.net-and-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorials shows how we can verify if a file exists or not before executing code relating to said file. VB version.

Check Existence of File in ASP.NET and VB

This tutorials shows how we can verify if a file exists or not before executing code relating to said file. VB version.




Checking if a file exists before executing certain lines of
codes can be very useful. It can prevent...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Check Existence of File in ASP.NET and C#</title>
		   <link>http://www.programmerkingdom.com/view/870/check-existence-of-file-in-asp.net-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorials shows how we can verify if a file exists or not before executing code relating to said file. C# version.

Check Existence of File in ASP.NET and C#

This tutorials shows how we can verify if a file exists or not before executing code relating to said file. C# version.




Checking if a file exists before executing certain lines of
codes can be very useful. It can prevent...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Uploading and Deleting Files via Form in ASP.NET and VB</title>
		   <link>http://www.programmerkingdom.com/view/871/uploading-and-deleting-files-via-form-in-asp.net-and-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show how we can upload files to
a web server and also use a GridView control to delete files as well.
VB version.

Uploading and Deleting Files via Form in ASP.NET and VB


This tutorial will show how we can upload files to a web server and
also use a GridView control to delete files as well. VB version.




Quite often, we want to allow uploading of files to a we...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Uploading and Deleting Files via Form in ASP.NET and C#</title>
		   <link>http://www.programmerkingdom.com/view/872/uploading-and-deleting-files-via-form-in-asp.net-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show how we can upload files to
a web server and also use a GridView control to delete files as well.
C# version.

Uploading and Deleting Files via Form in ASP.NET and C#

This tutorial will show how we can upload files to
a web server and also use a GridView control to delete files as well.
C# version.




Quite often, we want to allow uploading of files to a web...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Upload with Thumbnail Generator in ASP.NET and C#</title>
		   <link>http://www.programmerkingdom.com/view/873/upload-with-thumbnail-generator-in-asp.net-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show how we use the FileUpload
Control to upload a file to the website, whilst simultaneously creating
a thumbnail of the image, and saving that too. C# version.

Upload with Thumbnail Generator in ASP.NET and C#

This tutorial will show how we use the FileUpload
Control to upload a file to the website, whilst simultaneously creating
a thumbnail of the image, and savin...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Simple File Upload Control with ASP.NET and VB</title>
		   <link>http://www.programmerkingdom.com/view/874/simple-file-upload-control-with-asp.net-and-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. VB version.

Simple File Upload Control with ASP.NET and VB

This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. VB version.




In this tutorial, we will create both a single file upload form and a multi-file upload form.
A...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How to export GridView to Word using ASP.NET 2.0 and VB</title>
		   <link>http://www.programmerkingdom.com/view/875/how-to-export-gridview-to-word-using-asp.net-2.0-and-vb.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In tutorial, we need &quot;AddHeader&quot; and &quot;ContentType&quot;
to do the work.The AddHeader method adds a new HTML header and value to
the response sent to the client. It does not replace an existing header
of the same name. After a header has been added, it cannot be removed.
The ContentType property specifies the HTTP content type for the
response. If no ContentType is specified, ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Simple File Upload Control with ASP.NET and C#</title>
		   <link>http://www.programmerkingdom.com/view/876/simple-file-upload-control-with-asp.net-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. C# version.

Simple File Upload Control with ASP.NET and C#

This tutorial will show how to implement the FileUpload control so that files can be uploaded to a website. C# version.




In this tutorial, we will create both a single file upload form and a multi-file upload form.
A...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Reading and writing to file using ASP.NET and VB.NET</title>
		   <link>http://www.programmerkingdom.com/view/877/reading-and-writing-to-file-using-asp.net-and-vb.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
Read and write to file using ASP.NET (VB). Reading and writing to the file content using ASP.NET 2.0 and C# 2.0 is actually very simple. First, you will need to import the System.IO namespace.

Reading and writing to file using ASP.NET and VB.NET

Read and write to file using ASP.NET (VB) 




Reading and writing to the file content using ASP.NET 2.0 and C# 2.0 is actually very simple............</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>How to export GridView to Word using ASP.NET 2.0 and C#</title>
		   <link>http://www.programmerkingdom.com/view/878/how-to-export-gridview-to-word-using-asp.net-2.0-and-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In tutorial, we need &quot;AddHeader&quot; and &quot;ContentType&quot;
to do the work.The AddHeader method adds a new HTML header and value to
the response sent to the client. It does not replace an existing header
of the same name. After a header has been added, it cannot be removed.
The ContentType property specifies the HTTP content type for the
response. If no ContentType is specified, ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
