I've created a dynamic table where rows can be added upon clicking 'add new row' button. the cells have textboxes and select boxes as the elements(its an interactive form embedded in a dynamic table). Its working fine except tht when i add more than a certain number of rows, the drop down select boxes are getting all mixed up and garbled. The page entirely looses its layout and the form doesnt make any sense as the elements are displaces from their original places and the page kind of freezes. Can anyone tell me why this happens and how to prevent it? (I think this problem is occuring coz i have select boxes, had the cells contained only textboxes, it wud've worked fine)
TIA.