AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Performing a File Upload using ASP.NET 2.0 and C# .NET

Monday, June 30 2008

This tutorial will show you how to perform a File Upload using the FileUpload control,.NET System.Text.RegularExpressions class, ASP.NET 2.0 and C#.NET

The .NET Framework offers the FileUpload control to simplify uploading files from web pages.

For this example, we will need to first import the System.Text.RegularExpressions namespace. The System.Text.RegularExpressions namespace contains the classes we need to extract the filename of the file we wish to upload...

Read More:
Performing a File Upload using ASP.NET 2.0 and C# .NET
Also See:
Web caching in ASP.NET 2.0 (VB.NET)
Performing a DNS query using ASP.NET 2.0 and C# .NET
Best Practices to Improve ASP.Net Web Application Performance : Somnath Dey
Resolving Domain Names and IP Addresses : Rajesh Toleti

Post your comment

Comment