link

Hi,
I am doing a project using C# along with ASP.Net.
I want to have following feature.
On a web-page, there should be a button named 'Export' (i know how do to this)
when clicked on the button, i want it to list files, let user select one file, and then user should be able to save this file to local machine from server where user selected file.
Not sure how to code for that in C#, any tutorials? pointers as to how to do this?