How to define CellPadding in GridView in ASP.NET

前端 未结 3 1902
难免孤独
难免孤独 2021-02-20 05:55
  • I autoformat a GridView in ASP.NET.
  • It looks nice but the headers all run together like this:

    idfirstNamelastNameage

  • I

3条回答
  •  囚心锁ツ
    2021-02-20 06:39

    GridView also has a property "CellPadding" and "CellSpacing" that can help us do this.

提交回复
热议问题