I need to create Controls Dynamically & place them into table..
| Some info | Textbox | Add Button for adding textbox | other info |
| some info | Textbox | Add Button for adding textbox | other info |
so my requirement is when i click Add Button then in the place of Control place in above scenario it have to create one row (
as follows.
| Some info | Old Textbox | blank(null) | other info |
| Some info | New Textbox | Add Button | Other info |
| Some info | Textbox | Add Button for adding textbox | other info |
Again if i click Add button Again i have to same process..
How can i do this using Javascript
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Suthish NairPosted Jan 25, 2012, 7:03 AM