Posted on: 10/29/2014 9:31:17 PM | Views : 440

<div class="post-text" itemprop="text"> i have a one GridView that i would like to dynamically add with column from a sql table field value.
In my sql table i have one field called " GridViewColumn" there are 3 rows "Id,"FirstName","LastName"
i would like my gridview to look like this.
ID|FirstName|LastName
if there is added a 4th row in the GridviewColumn (MiddleName) then the table should look like this.
ID|FirstName|LastName|MiddleName
i have tried to search for "dynamic columns in gridview from sql tabel value" but with no luck,
</div>

Go to the complete details ...