Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to create columns in grid dynamically in my project, The grid should display search result.In search criteria am passing some IDs.If i pass 12 ids it should generate 12 coloumns if i pass 10 it should generate 10 columns
How can i do this?
Share your logic.
Posted
Comments
vishal.shimpi 26-Feb-13 7:19am    
create datatable dyanamically, having number of column is equal to value which u enter, and assing it to your grid view...

A simple solution: use AutoGenerateColumns="True" and let the gridview to decide the number of columns dynamically.


--Amit
 
Share this answer
 
v2
see below link

How to create template columns dynamically in a grid view[^]
how to create columns dynamically in a grid view[^]

P. S. : I had used example of second link and working fine.

Thanks
 
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