A
Agnes
I use repeater to show the content . there is a button to open the pdf.
How can I make the button located in the centre of cell ?
thanks a lot
<td>
<form action="download.aspx">
<input type="button"
value="<%#DataBinder.Eval(Container.DataItem,
rtrim("type")).tostring.trim%>"
onclick="window.open('/wto_web_doc/<%#DataBinder.Eval(Container.DataItem,
rtrim("docno")).tostring.trim%>.pdf')">
</form>
</td>
How can I make the button located in the centre of cell ?
thanks a lot
<td>
<form action="download.aspx">
<input type="button"
value="<%#DataBinder.Eval(Container.DataItem,
rtrim("type")).tostring.trim%>"
onclick="window.open('/wto_web_doc/<%#DataBinder.Eval(Container.DataItem,
rtrim("docno")).tostring.trim%>.pdf')">
</form>
</td>