toggle dropdownlist visibility
Posted
by derrads
on Stack Overflow
See other posts from Stack Overflow
or by derrads
Published on 2009-12-30T00:29:32Z
Indexed on
2010/03/09
6:06 UTC
Read the original article
Hit count: 546
i have a dropdownlist in aspx (vb.net) that i have 2 dropdownlists. i want to show the second dropdownlist based on the value of first one. they are data wise interconnected, so if after selecting a certain record in first, if the second one has more than one record, the dropdownlist should be visible, else it should remain hidden. am sure this can be done with javascript, but i just dont know how.
thanks
© Stack Overflow or respective owner