Click here to Skip to main content
15,910,083 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I were coding a web project aspx, c#. i have a problem about load data by ajax:
i have:
- a dropdownlist1 used to contain all classes in a school
- a dropdownlist2 used to contain all students in a class
-> i want datas in dropdownlist2 are loaded (by ajax) after i have selected a value of dropdownlist1
Data: Class(id, classname), Student(id, name, ClassID)
please help me! thank you so much!
Posted
Comments
Sergey Alexandrovich Kryukov 4-Nov-13 0:35am    
Problem? What problem? http://whathaveyoutried.com so far?
—SA

1 solution

Check the link I hope it helps you

Cascading Dropdownlist using JQuery and WebService[^]


[Edit member="Tadit"]
Link text added to reflect the Article/QA title.
[/Edit]
 
Share this answer
 
v2
Comments
alex giulio 4-Nov-13 3:48am    
oh, tadit dash, i have finished sucessfull, thank tadit dash once more! hihi
Glad to hear that. Say thanks to Ipsita. She answered your Query, I just edited her post.

Regards,
Tadit.
IpsitaMishra 4-Nov-13 7:27am    
Thanks Tadit :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900