I have a drop down list and it has values through 2 to 12. Two text boxes are being displayed. What I want is when user change the dropdown's value, text boxes should be generated according to the count.
Should I do this on server side? I think it would be more better if done on client side.