A
Agnes
I use repater to show the data(invoice), the last column (download button)
for the user to download the invoice copy However, if the invoice had been
settled, the download must bet disable or visible to false.
I try to use if ... then statment to do , but it seesm fail.
Please help
<%# If Container.DataItem("paid") = "Y" Then%>
<td><form action="download.aspx" >
<input type="button" value="Download".............">
</FORM></td>
<%end if %>
for the user to download the invoice copy However, if the invoice had been
settled, the download must bet disable or visible to false.
I try to use if ... then statment to do , but it seesm fail.
Please help
<%# If Container.DataItem("paid") = "Y" Then%>
<td><form action="download.aspx" >
<input type="button" value="Download".............">
</FORM></td>
<%end if %>