one dropdown selected value is affected by another dropdownlist

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kunal choudhary
    New Member
    • May 2013
    • 4

    one dropdown selected value is affected by another dropdownlist

    hi,

    I have created a form (in ASP.NET and C#) which have 5 dropdown

    1.3rd dropdown fill on the basis of 1st n 2nd dropdown value

    2.5th dropdown fill on the basis of 4th dropdown value

    I applied onselectedindex changed event on 2nd and 4th dropdown and both are autopostback true.All values come according to the requirement.

    Problem is when I select a value in 3rd dropdown and it becoming change when I select some value from 4th dropdown.

    please help me its urgent for me.I tried solve it for a long time but can't able to solve it.so please please help me out.

    thanks for any help
  • Brian Connelly
    New Member
    • Jan 2011
    • 103

    #2
    Can you post your code? One possible solution would be to disable the autopostback for the dropdowns and enable some javascript code to handle the dropdown values.

    Comment

    Working...