hwo to add rows in datagridview using csharp in windows appl
i have tow date picker as follows.
Datepicker1 DAtepicker2
when i choose datepicker1 8th day as monday in the datepicker 2 13th day saturday automically display in the datepicker2 no problem.
i want the output as
that 8th to 13th date will be diplayed in the row wise as follows.when i click the button.
what date i choose in the datepicker1 add 5 days and display that date to the datepicker2.when i click the load button that date to be displayed in the row wise in the date grid view.
output as follows
DAte SS GS VR CKK CNN RV MS TSS CM
8 1
8 2
8 3
9 1
9 2
9 3
10 1
10 2
10 3
11 1
11 2
11 3
12 1
12 2
12 3
13 1
13 2
13 3
for that output how to write the code using csharp in windows application.