<asp:TemplateField HeaderText="标题">
                                        <ItemTemplate>
                                            <div id='listWidthCtrl' style='width: 180px; overflow: hidden; white-space: nowrap;
                                                text-overflow: ellipsis;' title='<%# Eval("Title")%>'>
                                                <%#Eval("Title")%>
                                            </div>
                                        </ItemTemplate>
  </asp:TemplateField>

相关文章:

  • 2022-01-20
  • 2021-10-12
  • 2021-05-14
  • 2022-02-08
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2021-09-28
  • 2021-09-01
  • 2021-06-09
  • 2021-07-28
相关资源
相似解决方案