I'm putting together a very simple task/scheduler within one of our applications. So basically I need to be able to repeat record inserts based on which day of the week a user selects.
I have a date picker textbox that the user selects a date from the calendar.
There is a check box called "Repeat Every"
Then below that there are check boxes labeled Mon, Tues, Wed, Thur, Fri, Sat. and also a check box called "Until Date" with another Date Picker textbox
So, if the user chooses a Monday date from the date picker, and checks the box "repeat Every" and then check the box "Mon" I would need to insert records every monday until the last monday the user specifies in the "Until Date" date picker textbox.
I have no idea what the best approach would be to accomplish this.
Any help would be appreciated
Thanks
I have a date picker textbox that the user selects a date from the calendar.
There is a check box called "Repeat Every"
Then below that there are check boxes labeled Mon, Tues, Wed, Thur, Fri, Sat. and also a check box called "Until Date" with another Date Picker textbox
So, if the user chooses a Monday date from the date picker, and checks the box "repeat Every" and then check the box "Mon" I would need to insert records every monday until the last monday the user specifies in the "Until Date" date picker textbox.
I have no idea what the best approach would be to accomplish this.
Any help would be appreciated
Thanks