Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > C-Sharp > File Management > File Downloading
Search:
What's New - What's Hot


Simple Web File Download        
Total Hits: 1789  |  Today: 0 Author: Bill Farley       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a simple program that shows how to download files from the web and save them. The program uses the HttpWebRequest and HttpWebResponse classes to request and retrieve the requested file....

Download And Upload A File Using C#        
Total Hits: 318  |  Today: 0 Author: narendra       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this tutorial you will know how to download a file from a web site and upload a file to a web site through c# project.

The System.Net namespace contain most of the .NET base class that deal with networking from perspective of the client. The System.Net namespace is generally concerned with Higher-level operations for example download and upload files and making requests using the HTTP and other protocols....

Tool for Viewing Drag and Drop and Clipboard Formats        
Total Hits: 30  |  Today: 0 Author: Rui Lopes       Rating:  
Read Reviews | Write Review |   Your Rating: 

With this tool, you can see what exchange formats that a given clipboard or drag&drop object suports just by dragging it from other application or copying it to the clipboard....

Multi-threaded file download manager        
Total Hits: 1028  |  Today: 1 Author: Shailen Sukul       Rating:  
Read Reviews | Write Review |   Your Rating: 

A fully working multi-threaded file downloader application. A few months ago, my lovely wife was downloading her lecture notes from her university website, and I noticed that she had to manually click on every file to save it to the hard disk. I also noticed that all the hyperlinks were on the same page, and the documents she was downloading were either Word documents or PowerPoint presentations....

CSV to Table to CSV        
Total Hits: 16  |  Today: 0 Author: Mycroft Holmes       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the utility I use (converted from VB) to move data to and from CSV files and Data Tables. Hopefully this will help all those questions about moving CSV data to and from datatables. A lot of my work involves moving large amounts of data from legacy and core data systems into analysis and reporting systems. This is just one of the utilities I have developed over the years to meet those requirements. This version does not support text delimiters (commas embedded in the data will break the s...

FTP Client and HttpFileDownloader Components(Controls)        
Total Hits: 50  |  Today: 0 Author: Alex_1       Rating:  
Read Reviews | Write Review |   Your Rating: 

Once I needed a simple, open source and robust FTP client to include in my project. To my surprise I was not able to find one in spite of many FTP clients that were published on various websites including Codeproject. So what appeared to be a problem? The problem was the quality: simply the published projects were all just demos. There was no quality FTP clients. According to the rating, the most popular Codeproject’s Ftp client is here : http://www.codeproject.com/KB/IP/FtpClient.aspx. However ...

Foderbackgound customizer        
Total Hits: 19  |  Today: 0 Author: Abbas Ali Butt       Rating:  
Read Reviews | Write Review |   Your Rating: 

In the begining user does not have any User interactive/friendly interface user can interact with the os through the DOS or any type of command prompt then become interfaces for interact with the os and other applications then user want to set different backgrounds at the desktop but user can also want to set the background on so many other places for example at the background of any folder so now user can his/her desire fullfill through different softwares....

CTextFileDocument        
Total Hits: 16  |  Today: 0 Author: PEK       Rating:  
Read Reviews | Write Review |   Your Rating: 

Once upon a time, a text file was just a simple file. But it is not that easy anymore. New lines can be written in three different ways. Windows/DOS using character 13 and 10, Macintosh using just character 13, and Unix using character 10. Why it is like that had always puzzled me. Different character sets make reading and writing text files harder, so I'm glad that we have Unicode to use instead. But as you might know, writing a text in Unicode could be done in several ways......



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net