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:

DarkAssassin said...
This comment has been removed by the author.
DarkAssassin said...

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