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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top