ravula2000
IS-IT--Management
In my datagrid I need to display the buttoncolumn based on a condition..
I can't write If condition in the grid like
<columns>
<%If x=10 then%>
<asp:Buttoncolumn Text="Edit" HeaderText="*" />
<%End If%>
</columns>
I dont know whether it can be possible using OnItemBound event.
Please help me..
Thanks
Srini
I can't write If condition in the grid like
<columns>
<%If x=10 then%>
<asp:Buttoncolumn Text="Edit" HeaderText="*" />
<%End If%>
</columns>
I dont know whether it can be possible using OnItemBound event.
Please help me..
Thanks
Srini