I have two DropDownList that they get the value from two tables.
SubjectStudy table and Lesson table
now I want to do this act:
when I select the value of first DropDownList after that selecting in DropDownList2 show that Lesson that has the SubjectStudyId selected in the first DropDown.
how can I do this Correctly?