How to allow users to hyperlink to items in a DataGrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I have the items of a table bound to a DataGrid control on my web form. How
would I go about letting the user click on an item in the DataGrid control to
download the content.

For example, lets say the contents of my DataGrid control are a list of
articles. I want the user to be able to right-click the name of the article
and save the .pdf on their machine.

How do I go about doing this?
 
Back
Top