Hi,
May i know how can we added 2 toolboxes dynamically per row as per the user selection?
Ex: I have a drop down list which has a number for selection.
Per row i will have 2 text boxes say:
From: TextBoxFrom To : TextBoxTo
Now when the user selects 5 from ddl i will have 5 rows depicting above scenario...
From: TextBoxFrom To : TextBoxTo (Total 5 rows)
How can we achieve this using jquery?
Thanks!
Best Regards,
Rohan Laghate