Changing text of an autogenerated select column of a gridview in asp.net - How?

前端 未结 5 1114
遥遥无期
遥遥无期 2020-12-20 19:59

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

5条回答
  •  甜味超标
    2020-12-20 20:34

    after write this:

    
    

    and remove AutoGenerateSelectButton="True" from Gridview attribute.

提交回复
热议问题