M
Mike P
How do you disable the edit button for selected rows in a gridview?
Here is my button :
<asp:CommandField ShowEditButton="True" ButtonType="Link"
ShowCancelButton="True"
UpdateText="Update"
EditText="Edit" CancelText="Cancel" />
Here is my button :
<asp:CommandField ShowEditButton="True" ButtonType="Link"
ShowCancelButton="True"
UpdateText="Update"
EditText="Edit" CancelText="Cancel" />