This is my first time doing something like this, After doing a large amount of research i still cannot find what i am looking for.
Pretty much what i have is a Attachments table in my SQL database and users can store any type of file in it (Eg. PDF, Images, Word Files.... what ever they want to)
All that i want is When a user Clicks on a button in my Webpage What ever file they have stored in the database should be retrieved and saved on the users local machine (after the Save Dialog appears).
I dont want to use gridViews and all sorts of funny Objects,
Just a Simple button click --> get data --> Save Dialog appears --> and save to the local machine.
I am using ASP.NET, C# and Linq to retrieve the Data.
Thank you in advance.