How to use ASP .NET dropdown with ajax
Posted
by Poomjai
on Stack Overflow
See other posts from Stack Overflow
or by Poomjai
Published on 2010-03-18T13:21:28Z
Indexed on
2010/03/18
15:51 UTC
Read the original article
Hit count: 457
Greeting,
I'm beginer of ajax technology and now i need to create two dropdown in MVC project for example:
First dropdown has the list of classroom [601,602,603]
when i choose one then next
dropdown will has the list of student belong to each class room.
Now, I already create the repository class that has method GetStudentByClassroomName()
and already connect to the database.
Can anyone give me a suggestion how to create it or any technology to create the dropdown like this?
Thank you very much ^_^
© Stack Overflow or respective owner