Garreth21
Programmer
- May 19, 2005
- 29
Hey everyone
I have a user control called Activity.
It has these fields:
txtActivityName
txtSponsor
ucStartDate - day, month, year drop down lists
ucEndDate - day, month, year drop down lists
Problem One:
I have to be able to let the users add as many Activities as they need to. I have this part sort of working. When I add the first Activity UC the start and end dates will populate their dropDownLists correctly. When I add a second Activity, it won't populate their date dropDownLists. does anyone know why?
Problem Two:
I can't figure out how to save the Activity data on the postback.
I'm hoping someone can give me some advice. Thanks
I have a user control called Activity.
It has these fields:
txtActivityName
txtSponsor
ucStartDate - day, month, year drop down lists
ucEndDate - day, month, year drop down lists
Problem One:
I have to be able to let the users add as many Activities as they need to. I have this part sort of working. When I add the first Activity UC the start and end dates will populate their dropDownLists correctly. When I add a second Activity, it won't populate their date dropDownLists. does anyone know why?
Problem Two:
I can't figure out how to save the Activity data on the postback.
I'm hoping someone can give me some advice. Thanks