How to open the selected document from multiple documents on button click using c#

I need to develop a web application which opens the word document when users clicks the button in the browser.This was done by taking a single word document in my application folder.**Now i need to take multiple documents and display all the file names when user clicks the button in the browser.How can i do this.**
How to modify my code such that it displays all the file names on button click