Just wanna ask u guys here, I have a drop down list box which stored elements; A and B. When user choose A, it will display 5 text boxes in the same page. It will only display when user select A and B. Hit the answer answer or comment button if u have an idea of how to do it. Thnks and have a nice day!
Share
By default, make sure you set the
Visibleproperty of theTextboxcontrols toFalse.Enable the
AutoPostBackof theDropDownListcontrol toTrue.