Click here to Skip to main content
15,921,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make student exam module . For entering student marks in gridview needed
gridview dynamic header using database sql server according to their subject store in database.
Posted

The GridView has a HeaderTemplate where you can place any values or controls as required and use DataBinding expressions.
 
Share this answer
 
Please refer following thread:
Programmatically setting header[^]

Have a look for reference:
Dynamic Multiple Row Column Grid Header[^]
 
Share this answer
 
v2
 
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