Populate 2nd dropdown list based on selecteditem in first with out postback?

  • Thread starter Thread starter Vinay
  • Start date Start date
V

Vinay

Hi All:

I have an aspx page that has 2 dropdownlists. I want to populate the second
dropdownlist based on the selecteditem in the first dropdown. I know I can
do this by doing a post back and using the selectedindex and loading the
second dropdownlist.

Is there anyway I can do this without doing a postback? Any ideas/pointers
will be much appreciated.

Thanks!

Vinay
 
Back
Top