dependent drop downs
how to populate the dependent drop downs at client side
script.
I have created the dependent drop downs.
one drop down gets populated ,depending on the
selected value of other.
I have filled the array in code behind and used this array in javascript that runs on selection of parent drop down.
but as the data increases,the generation of array takes much time
thus resulting in slow page.
if anybody knows remady to this,pls tell.
|