标签: c# asp.net visual-studio
如何在MS Visual Studio中以可视方式生成的GridView中更改select文本,我的意思是如何更改下图中包围的文本:
select
答案 0 :(得分:1)
您需要在SelectText代码中添加asp:CommandField属性。
SelectText
asp:CommandField
试试这个:
<asp:CommandField ShowSelectButton="True" SelectText="yourtext here" />