View Single Post
Old 10-17-2012, 03:55 AM   PM User | #1
keithboesker
New Coder

 
Join Date: Dec 2011
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
keithboesker is an unknown quantity at this point
Checkboxes not update in asp database

I have a list of checkboxes like 1,2,3,4,5 when I use update statement I get 1 instead of 1,2,3,4,5 in my database column. I have checked to make sure request.form is returning 1,2,3,4,5 and it is but it only update one value instead of the array of numbers. Is there a simple way to get this to update correctly? Thanks for your help in advance.
keithboesker is offline   Reply With Quote