I have a databound checkboxlist. I use the items in the checkboxlist in a nested loops. Within that foreach loop, I have a for loop that takes a number from user input and generates images from the desired amount. Each time a number is entered, that number is added to a database. Is it possible to have my for loop start wherever the value in my database is and then generate the number of images entered starting from the database value. I have a databound checkboxlist. I use the item