G
Guest
Hi
I have a datagrid with hyperlink column. based on sql server database values
i am generarting the path and assign the value to that column. so the field
value is
ms00\test\server\test.pdf.
when run the aspx page, the hyperlink column says
"http://localhost/ms00/test/server/test.pdf".
here i dont want to the "http://localhost" part. bcos the ms00 is different
machine connected thru network. so i just want the hyperlink column should
says "ms00\test\server\test.pdf".
How to do this? help please.
bala
I have a datagrid with hyperlink column. based on sql server database values
i am generarting the path and assign the value to that column. so the field
value is
ms00\test\server\test.pdf.
when run the aspx page, the hyperlink column says
"http://localhost/ms00/test/server/test.pdf".
here i dont want to the "http://localhost" part. bcos the ms00 is different
machine connected thru network. so i just want the hyperlink column should
says "ms00\test\server\test.pdf".
How to do this? help please.
bala