I want to print date when user give start date to end date period. if user give 3 month period then the date should print like
1/1/2011
1/2/2011
1/3/2011
This date print properly but I want to save that date in table. like the three dates are their so in the table three rows must be create. I tried to show that date in listbox because other controls shows only the last value how to save that date in table.
Please.......