Cascading Dropdown in asp.net using ajax

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • visweswaran2830
    New Member
    • Nov 2009
    • 92

    Cascading Dropdown in asp.net using ajax

    Hi,

    I tried cascading dropdown in asp.net using ajax. I have tried with 3 dropdown control. The scenario is First dropdown is loaded when page gets loaded and the second dropdown is loaded based on first is selected and thrid dropdown is loaded based on second one selected, now I want to know how do I load third dropdown based on first and second selected value...
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Just like you loaded the second DropDownList based on the first one...use the selected indexes/items/values to determine what belongs in the third list.

    -Frinny

    Comment

    Working...