Click here to Skip to main content
15,892,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any one tell me how to solve this??????

I have one gridview on my form,
i am passing two dates on a page load event.
suppose dates are 2012, 1, 1 and 2013,1,1
then from 1st jan 2012 to 1st jan 2013 all months should be displayed in the Gridview's column.
if later on i changes the date then respective months should be displayed in the gridview.

how to achieve this.
can any one help me??

Thanks in advance.
Posted

1 solution

hard code it
it's easy i think there are lot many ways. This is the basic way to do

take 3 drop downlists and in the first dropdown load all 12 months and in another dropdown load the dates and in another year
 
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