Absolute path to url?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I have stored the absolute file path in a grid, and want if user click it,
will redirect to the virtual path and download the file:

Dim fileName As String = articleList.DataKeys(e.Item.ItemIndex)

Response.Redirect(fileName, True)



But failed, how to recirect to the link? Thanks.




.