S
sohan
hi
I have hyperlink column in a datagrid. The column contains the name of
a text file.
I am able to appendthe full path of the file. The file is on D drive on
the server. But on clicking on that hyperlink does not open the file.
When I right click the link, I am able to save the file. I want the
file to be opne in browser in a new window.
I started a new webform and used a link
<a href='file:///D:/Test.txt' id ='hpl' runat='server'>test</a>
Even here it is not opening the text file. Is there any way to
hyperlink a text file in local disk on server and open it in a new
browser window
Can anybody help me out in this?
Thanks
Sohan
I have hyperlink column in a datagrid. The column contains the name of
a text file.
I am able to appendthe full path of the file. The file is on D drive on
the server. But on clicking on that hyperlink does not open the file.
When I right click the link, I am able to save the file. I want the
file to be opne in browser in a new window.
I started a new webform and used a link
<a href='file:///D:/Test.txt' id ='hpl' runat='server'>test</a>
Even here it is not opening the text file. Is there any way to
hyperlink a text file in local disk on server and open it in a new
browser window
Can anybody help me out in this?
Thanks
Sohan