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 will suggest use class instead of id. Or add some postfix while generating dynamic ids.