P
Peter K
Hi
I need to make a list of "download file links" on a webpage. All the data
is dynamic - it depends on the user's actions how many files, and which
files, I need to present in the list. The files are identified by an id in
a database.
How do I do this? I was thinking I could somehow make a list of <a href...>
tags which could call a method in my c# code-behind. Is this possible? Or
is there a better way?
The links need to pass a "file id" to my code-behind so I can find the
correct file in a database and supply the file to the user (I assume I use
the Response stream to send the file).
Thanks,
Peter
I need to make a list of "download file links" on a webpage. All the data
is dynamic - it depends on the user's actions how many files, and which
files, I need to present in the list. The files are identified by an id in
a database.
How do I do this? I was thinking I could somehow make a list of <a href...>
tags which could call a method in my c# code-behind. Is this possible? Or
is there a better way?
The links need to pass a "file id" to my code-behind so I can find the
correct file in a database and supply the file to the user (I assume I use
the Response stream to send the file).
Thanks,
Peter