I have a dropdown menu which allow users to use a number. Based on that number, the number of textbox will be displayed out and the user is prompt to enter something in those textbox. How do i retrieve all the textbox value and store them into an array ?
I am using a repeater to generate the number of textboxes but i can only managed to retrieve the first textbox value that is being entered by the user.