A
Agnes
my asp program saved in D:\myASP\Project1.
my document are saved in C:\Web-Doc\*.pdf
<a href="<%#DataBinder.Eval(Container.DataItem,
rtrim("number")).tostring.trim%>.pdf"><%#
DataBinder.Eval(Container.DataItem, "number") %></a>
if my pdf are stored in the same directory with the source project, I can
open the pdf .
However, if <a href='c:\web-doc\abc.pdf'> <-- it said it cannot open the
documnet..
Please help
my document are saved in C:\Web-Doc\*.pdf
<a href="<%#DataBinder.Eval(Container.DataItem,
rtrim("number")).tostring.trim%>.pdf"><%#
DataBinder.Eval(Container.DataItem, "number") %></a>
if my pdf are stored in the same directory with the source project, I can
open the pdf .
However, if <a href='c:\web-doc\abc.pdf'> <-- it said it cannot open the
documnet..
Please help