Adding dynamic columns to an ASP.NET Gridview

前端 未结 9 1398
不思量自难忘°
不思量自难忘° 2020-12-28 18:54

I\'m having a problem dynamically adding columns to a GridView. I need to change the layout -- i.e. the included columns -- based on the value in a DropDownList. When the

9条回答
  •  无人及你
    2020-12-28 19:06

    best solution for add dynamic column to grid view (ASP) placed on code project by below address : please check it out : http://www.codeproject.com/Articles/13461/how-to-create-columns-dynamically-in-a-grid-view

提交回复
热议问题