I would like to create a new text field dynamically. I have a rough idea of what I want to do but I don’t know how to go about.
My idea is to have a button “Add”. Once I click the button, I am able to create a new field, which wasn’t part of the form. So at first the form has 2 fields, now that I’ve clicked the button once, I should have 3 fields.
no man i thnk its certainly not possible even i was trying same thing in my application where i needed multiple file controls on click of a hotspot
so i tried 1 thng instead of creating new File upload control
i took maximum number(5) of file controls on form and the i put hide when on them depending on a counter in a perticuler field … and on click of tht hotspot i was making them visible 1 by 1 … so i thnk this is the easiest way of tackling this problem