1
Answer

How to Generate textbox dynamically without clicking any button

Tuhin Kumar

Tuhin Kumar

12y
1.7k
1

Using C# and webform .


1.I have a textbox in which user enters a number between 1 to n. Based on the number entered in the textbox those many textboxes have to be generated dynamically (i mean without pressing any button).
2.Then entering value into the textbox and finally clicking the button, the value will be stored as array/arraylist/hashtable in session . and finally retrieving contents in the in the next page.

Can anyone help me out in doing this??

Thanks in advance

Answers (1)