G
Guest
I have a datagrid with a couple of columns. Right now, I'm setting assigning
the dataview to the datasource. For the HyperLinkColumn....
<asp:HyperLinkColumn DataNavigateUrlField="ATTACHMENTDOWNLOADURL"
Text="Download" HeaderText="Quick Links" SortExpression="FILEPATH"/>
The field in the dataview is something like: "/mypath/tomyfile/hello.txt"
the link gets set to http://localhost/mypath/tomyfile/hello.txt"
I want the base of the url to be something other than "http://localhost", is
there a way to set this to something other than "http://localhost" ?
the dataview to the datasource. For the HyperLinkColumn....
<asp:HyperLinkColumn DataNavigateUrlField="ATTACHMENTDOWNLOADURL"
Text="Download" HeaderText="Quick Links" SortExpression="FILEPATH"/>
The field in the dataview is something like: "/mypath/tomyfile/hello.txt"
the link gets set to http://localhost/mypath/tomyfile/hello.txt"
I want the base of the url to be something other than "http://localhost", is
there a way to set this to something other than "http://localhost" ?