My control is built dynamically accordingly to user input, there are n textboxes whose IDs are dynamic too.
n
However, I did not foresee that this HTML w
You can't have the same id multiple times. Use class instead.
id
class