Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
according to the days in a month,i want to generate columns with header text as dates of the month in a gridview dynamically
Posted
Updated 23-Jun-10 1:40am
v2

1 solution

Use
DataGridView1.Columns.Add("D1", "1")

and Loop through the days in month
 
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