Click here to Skip to main content
15,905,612 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
My requirement is to have a grid which displays following details :

column 1: checkbox
column 2: id
column 3: Name
column 4: 6/8/2012
column 5: 13/8/2012
column 6: 20/8/2012
.
.
.
.
column 24: dd/mm/yyyy


checkbox id Name 6/8/2012 13/8/2012 20/8/2012 ....... mondays upto 6 months



Column dates should be automtically changed from current month monday to next 6 months.
Below dates there should be editable textbox and it should be enabled when i click checkbox.



And finally the data should be updated in database through stored procedure.


Thanks in advance!!!
Posted
Comments
I.explore.code 21-Aug-12 6:40am    
so put in simple words, you want someone to write the code for you and just send it over to you, dont u? It doesn't work that way mate, show us what you have done to solve it and we will help.
Christian Amado 21-Aug-12 11:11am    
You can add columns in DataTable programmatically to fill the columns with dates. database operation you can find in Google Search!

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