On aspx show
- DropDown for days of the week (Monday through Sunday) & DropDown for months (January through December)
- Button "Add rows"
- Button "Submit"

- When the user clicks on "Add rows" - add one more row with both of the DropDowns. Keep adding these rows for each click on "Add rows".
- Any selections made by user on any of these DropDowns, should be remembered.
- When user clicks on button "Submit" - simply response.write the rows with values selected in dropdowns with their IDs e.g.
Row1 - DDL11 - Monday :: DDL12 - April
Row1 - DDL21 - Thursday :: DDL22 - August
and so on...

    • 12 years ago
    Complete solution A++
    NOT RATED

    Purchase the answer to view it

    • buildddls.zip
    • buildddlsnew.zip