Cascading dropdownlist using jquery and asp net04:33

  • 0
Published on March 6, 2017

Link for all dot net and sql server video tutorial playlists

Link for slides, code samples and text version of the video

In this video we will discuss how to create a cascading dropdownlist using jQuery and ASP.NET.

We want all the data for the cascading dropdownlists to be coming from the database.

When the webform first loads, only the continents dropdownlist should be populated. Countries and Cities dropdownlist should be disabled and should not allow the user to select anything from these 2 dropdownlists. Once, the user makes a selection in the continents dropdownlist, then Countries dropdownlist should be enabled and populated with the countries that belong to the selected continent. The same logic applies for the cities dropdownlist.

Enjoyed this video?
"No Thanks. Please Close This Box!"