Is It Possible to show date if user specify the start date and then in text box user specify the number of month. then the date should be print like :
ex :
user give date 1/1/2011
In text box he enter 10 month
then output will be like
1/1/2011
1/2/2011
1/3/2011
1/4/2011
1/5/2011
1/6/2011
1/7/2011
1/8/2011
1/9/2011
1/10/2011
I am using C# windows application.
I want to show this in crystal report if it is possible.
other wise
in datagridview.......