i need to bind the @html.dropdownlist() using another dropdownlist .
For example: ddl1: Letters and numbers.
- when i select the letters in ddl1 bind the letters like a,b,c,d in ddl2
- when i select the numbers in ddl1 bind the numbers like 1,2,3,4 in ddl2
in default page loading
dd1: select the case and dd2: select the dd1
using mvc3 format