Create Dynamic Download Page...

LethalBurnout

New member
Joined
Jul 4, 2008
Messages
2
Programming Experience
1-3
I would like to create a page the has files and asp:buttons next to them that will begin the downloading of a file when clicked.

I want to do it like any other aspx site except I have no clue what to describe www.site.com/page.aspx?tag=value&tag=value.

This is very frustrating because I do know how to research it. I've tried many ways and no positive results.

I'd like to specify somewhere in my web app id's and specific properties to my files and then have buttons link to these files resulting in the url being something like: www.site.com/page.aspx?id=001&filename=mytestfile.exe&tag3=val3&tag4=val4, etc.
Please Help!
 
Back
Top