Unique Control IDs inside a loop using a varible
I'm trying to loop through a recordset and display the entires. No Problem.
Each entry has boolean, which corresponds to a checkbox. No Problem
Now after a user changes the checkboxes and a final update function is called I need to see which chekboxes have been changed and update the SQL data accordingly. Sounds easy enough.
So I should give each checkbox a unique name, since I'm inside a loop this SHOULD be a no-brainer. however I can't seem to use variables in the ID paramater of an ASP:Checkbox???
|