In my Grid, There is a column "status" and a command link button column "delete"
If "Status" = 0, I set the command button column item to Empty string "" in the ItemDataBound events.
This work properly and pretty good.
But when I edit the row in editform mode, the "delete" command APPEAR!! ... ...
How to handle this case?
Thanks.
If "Status" = 0, I set the command button column item to Empty string "" in the ItemDataBound events.
This work properly and pretty good.
But when I edit the row in editform mode, the "delete" command APPEAR!! ... ...
How to handle this case?
Thanks.