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
I would suggest you to use class instead of id. Duplicate id's are not a good practice.
class
id