Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
code for dynemically create column in gridview using javascript
Posted
Updated 24-Dec-13 2:47am
v2

GridView is just a HTML table at the browser end.

So, you just need to build header row, content rows by tr and td as you do to create a normal HTML table.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900