Creating file hyperlink in datagrid

lorena

Centurion
Joined
Oct 23, 2003
Messages
134
Location
Phoenix, Arizona
I have an aspx page that read and links to filenames in a virtual directory on a server other than the Intranet server where the .aspx page resides.
I set up a hyperlink column in the datagrid but the link looks like this:
"http://intranet.mycompany.com/webfolder/name"
I need to change the link to read:
"http://intranet.mycompany.com/xx/folder/filename.pdf" where xx is the virtual directory on the remote server and the filename changes with each link.
I haven't used the datagrid enough to really know my way around.
I would appreciate any help.
Thanks
 
Back
Top