inserting Checkboxlist input into database

  • Thread starter Thread starter wjer
  • Start date Start date
W

wjer

I've successfully bound a checkboxlist control to a sql server table
to populate the list - now I want to take the user's selections and
store each checkbox in the list's input in a different field in the
database. No idea how to do this, and I can't find any samples
online. I'm pretty sure I need to write some looping code using "For
each", but don't know how to implement..anyone with ideas?
 
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
wjer said:
I've successfully bound a checkboxlist control to a sql server table
to populate the list - now I want to take the user's selections and
store each checkbox in the list's input in a different field in the
database. No idea how to do this, and I can't find any samples
online. I'm pretty sure I need to write some looping code using "For
each", but don't know how to implement..anyone with ideas?
 
Back
Top