A
Agnes
I got a grid list the record, column1 is "number"
When the user press colunn 1 , i want to show out the pdf file whose
filename is same as column1's contents
How can I do that ?? thanks a lot
<a href="<%# DataBinder.Eval(Container.DataItem, "number") %>.pdf > <%#
DataBinder.Eval(Container.DataItem, "number") %></a>
When the user press colunn 1 , i want to show out the pdf file whose
filename is same as column1's contents
How can I do that ?? thanks a lot
<a href="<%# DataBinder.Eval(Container.DataItem, "number") %>.pdf > <%#
DataBinder.Eval(Container.DataItem, "number") %></a>