编辑GridView文本

时间:2013-11-24 19:07:12

标签: c# asp.net visual-studio

如何在MS Visual Studio中以可视方式生成的GridView中更改select文本,我的意思是如何更改下图中包围的文本:

enter image description here

1 个答案:

答案 0 :(得分:1)

您需要在SelectText代码中添加asp:CommandField属性。

试试这个:

<asp:CommandField ShowSelectButton="True" SelectText="yourtext here" />