Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Dear all!

I want make a form include a dropdownlist , allow select multi value and save into database. (But with a value selected, will insert into database by a record)

Plase help me!
Posted
Comments
[no name] 26-Sep-14 1:06am    
Hi Dude !

where you sruck could you please post your snip set

1 solution

You can use Check box list for that. Use a for loop and for every checked value insert it into DB.
Try it by yourself.
If stuck then post the code to help you...
 
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