I have a drop down button named bank.
I have 3 text boxes named t1, t2 and t3
if i am not selecting any of the banks all the three text boxes should be enabled..
am getting it..
but my problem is..
first i have selected any one from the drop down button, and after some time i have changed it to choose bank(i.e; the 0th index).. but even then the data in text boxes are still there itself.. how to hide it..
you cannot hide the data, you can clear the data from the textbox before disabling using following script