I need to create an X amount of Check Box List at run time based on the values in the database.  What is the best way to do this?  I am adding these check box list to a table cell of an ASP.net table control.  I believe I can set it up to display, but what if the user checks a new check box and I need to update the database. What is the best way to know what the control Id is in the Item Command event, when I go to pull the new values?

Go to the complete details ...