I have searched on SO and search engines, but can't find a solution.
Is it possible to make an ajax call for an asp.net dropdownlist without using an ajaxtoolkit or jquery?
If so, how would I make an ajax call for a dropdownlist box (selecting a value from one dropdown, populates the next dropdownlist control).
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
|
Well, you could use Dojo for one. What is your problem with using ajaxtoolkit or jquery? |
|||||
|
|
Use a then in page_load:
Where DROPDOWNID is the id you gave your asp:dropdownlist |
|||||||||
|