In my there is a text box for sealed containers,if the amount is less than or equal to 30,000 only one text box for sealed containers is needed,but f the amount is 60,000 two textboxes for sealed containers are needed.like that the no of textboxes generating depends on the amount.how can we do it, and we have to save the datas in the text boxes in the database ,that means during the creation of textboxes fields in the database have to create dynamically.how can we do it both