Creating/Handling events for controls when added during runtime.
- by AllStar11
I am using a Repeater which contains a placeholder.
The placeholder is bound to my database and each ItemTemplate contains 1-6 radiobuttons depending on what the database returns.
What I need to do is somehow keep track of which one of the radiobuttons is checked for each question so I can write the user's answers to the database when they…