R
Raymond
I have fields bound to a data grid and would like to link
these fields back to another server to open a document.
I can hard code the name of the doc and it works fine,
but I can't get it to accept the variable name.
Example:
<asp:HyperLinkColumn DataNavigateUrlField="FullPath"
DataNavigateUrlFormatString="file:///\\Server1
\aaa\bbb\ccc\ddd\0000.DWG"
This works fine and opens the drawing. What I need,
however, is to open "FullPath", since this changes. I
can't seem to make this happen.
Is there anyone that can please help me?
Thanks
Ray
these fields back to another server to open a document.
I can hard code the name of the doc and it works fine,
but I can't get it to accept the variable name.
Example:
<asp:HyperLinkColumn DataNavigateUrlField="FullPath"
DataNavigateUrlFormatString="file:///\\Server1
\aaa\bbb\ccc\ddd\0000.DWG"
This works fine and opens the drawing. What I need,
however, is to open "FullPath", since this changes. I
can't seem to make this happen.
Is there anyone that can please help me?
Thanks
Ray