In my previous tutorials, I’d explained how to upload and download files in asp.net, get folder files list and export to csv or excel in asp.net and other more cracking tutorials on Files, JavaScript, jQuery in Asp.net with an example code. Now here in this tutorial, I’ll explain how to find or get files list from directory or folder (including subdirectories, file name with extension). I’ve also provided an example to filter files list with certain file extensions.
Get Folder Files List and Export to CSV in .NET
In my previous tutorials, I’d explained how to upload and download files in asp.net, get directory files list with it’s sub-directory and other more cracking tutorials on Files, JavaScript, jQuery in Asp.net with an example code. Now here in this tutorial, I’ll explain how to get folder files list and export to csv or excel spread sheet in asp.net using c# as well as vb.net.
Upload File to Server Folder for Download in Asp.net using C# Vb.net
In my previous tutorials, I’d explained about get files list from directory, how to bind data to gridview, insert update delete gridview data using parameterized query, difference between executereader executenonquery and executescalar and other more cracking tutorials on Files, Asp.net, GridView, jQuery here. Now here in this tutorial, I’ll explain how to upload the files from your local computer and save it to server folder and then download that files from server folder in asp.net using c# and vb.net with sample demo and example code.