Wednesday, March 10, 2010

Change autogenerateeditbutton text Asp.net

<

Columns>

<asp:commandfield ShowEditButton="True" EditText="Whatever"></asp:commandfield>
<asp:commandfield ShowSelectButton="true" EditText="Save"></asp:commandfield>
 
.
.
.
.
.
</Columns>

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Change also cancel/update text:
    asp:CommandField ShowEditButton="true" EditText="123" UpdateText="3456" CancelText="876"

    ReplyDelete