Hi
I need to create textboxes dynamically for a survey.
Requirements:-
Need to generate maximum 10 numbers of options under one Question.
If we click one button generate a Question Textbox withid txt1
When click on Option button need to add textbox with id txtOption11(Variablename &Questionnocount & OptionCount)
Again Click on Otion button textbox id will be txtOption12
Click on Question button textbox id txt2
Option will be generated as txtOption21,txtOption22,txtOption23.
please help