【问题标题】:Edit GridView text [duplicate]编辑 GridView 文本 [重复]
【发布时间】:2013-11-25 03:11:13
【问题描述】:

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

【问题讨论】:

    标签: c# asp.net visual-studio


    【解决方案1】:

    您需要在asp:CommandField 标签中添加SelectText 属性。

    试试这个:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-12-16
      • 2018-03-06
      • 1970-01-01
      • 1970-01-01
      • 2016-05-20
      • 2018-09-15
      相关资源
      最近更新 更多