Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to insert Schedule for training course

the schedule like that


CheckBox to check the days the course will in it.
Day Sat Sun Mon Tue Wed Thu Fri
From DropDown List to choose time from
To DropDown List to choose time To

This is the image
How can i implement this ??
when he must check at least one check box and at most check 7 check boxes

how can i insert all of this at one command
Posted
Updated 24-Apr-11 12:39pm
v2
Comments
Oshtri Deka 27-Apr-11 4:32am    
Give us more information about relevant table(s).

1 solution

Without knowing the design of your database and system it is tough to answer this question. With the little knowledge of what you want, create a transaction and call multiple insert statements to add the records you want into the database and comit it at the end.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900