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

Uploading and Deleting Files via Form in ASP.NET and VB

Monday, June 30 2008

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 web server, which enables new content to be loaded much quicker & easier than using FTP. ASP.NET makes this easy for us to do, but what happens when we want to delete files from a web server, too? Well ASP.NET, of course, has an answer for this too. We can use a GridView to display files in a certain directory, and allow a user to delete these files...

Read More:
Uploading and Deleting Files via Form in ASP.NET and VB
Also See:
Renaming a file using ASP.NET 2.0 and VB .NET
How to export GridView to txt file using C#
Check File Existence in ASP.NET and VB
The Dark Side of File Uploads : Milan Negovan

Post your comment

Comment