W
Wayne Wengert
I have a gridview in which I include a hyperlink column. That link points to
a document whose name is in the "urllink" field in the record for that row.
I know that I can use the following to link to the appropriate document:
DataNavigateUrlFields="urllink"
But how do I code that if I want to put all the documents in a "docs"
subdirectory?
Wayne
a document whose name is in the "urllink" field in the record for that row.
I know that I can use the following to link to the appropriate document:
DataNavigateUrlFields="urllink"
But how do I code that if I want to put all the documents in a "docs"
subdirectory?
Wayne