I have a datalist that has a column where an edit link is. The code for that part of the itemtemplate looks like:
There is a scenario where I don't want to show this column or I atleast don't want to show the link. Does anyone have an idea on how to do this?
Thanks!
Code:
<td valign="bottom" nowrap> <asp:Linkbutton Runat="server" ID="Edit" CSSclass="RegularText" CommandName='E' Text='Edit'>
</asp:Linkbutton>
</td>
There is a scenario where I don't want to show this column or I atleast don't want to show the link. Does anyone have an idea on how to do this?
Thanks!