<asp:TemplateField HeaderText="任务名称" HeaderStyle-Font-Bold="false">
                                    <ItemTemplate>
                                     
                                        <asp:LinkButton ID="lbtn" runat="server" CommandName="Edit" Text='<%# Bind("RWMC") %>' ToolTip='<%# Bind("RWMC") %>'
                                           ForeColor="#5E2906" Font-Underline="True"></asp:LinkButton>
                                    </ItemTemplate>
                                </asp:TemplateField>

红颜色的字体为去掉标题文字的粗体。

相关文章:

  • 2022-01-12
  • 2021-07-17
  • 2021-12-15
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-11-25
  • 2021-08-24
  • 2022-02-21
  • 2022-12-23
  • 2018-06-28
相关资源
相似解决方案