applying CssClass to Edit/Update/Cancel button in Datagrid

  • Thread starter Thread starter Craig G
  • Start date Start date
C

Craig G

is it possible to apply a style to the button? so far i cant work out how

tried this but it wont work
<asp:EditCommandColumn ButtonType="PushButton" UpdateText="Update"
CancelText="Cancel" EditText="Edit">
<ItemStyle CssClass="yarGridButton"></ItemStyle>
</asp:EditCommandColumn>

Cheers,
Craig
 
Back
Top