I would like to change the text of the autogenerated \"select\" column in an ASP.NET GridView control. The text needs to be changed to the value of
\"select\"
GridView
after write this:
and remove AutoGenerateSelectButton="True" from Gridview attribute.
AutoGenerateSelectButton="True"
Gridview