binding a data from database to dropdownlist based on selected item of another dropdown list
I blogged about doing this with PHP / MySQL / jQuery at http://dougv.us/64 , http://dougv.us/4s and http://dougv.us/4r . If you’re looking for an ASP.NET Web Forms version, I’ll add this to my "to blog" list. Can’t say as to when I’ll get around to it, but probably not immediately, sorry.
Related Posts
- Using AJAX To Data Bind A Child Drop Down List Based On The Selected Option Of A Parent Select Control (47.1)
- The Difference Between Data Adapters, Data Sets And Data Readers, In Plain English (17.9)
- Parent – Child Select Lists Revisited: Validating Selected Options Via jQuery And PHP (16.1)
- Cleaning Up Some PHP And Incorporating A JavaScript-Based Image Preview (15)
- Revisited: Adding Non-Selectable ListItem Controls To An ASP.NET DataBound List Control (14.4)
The numbers inside parentheses are relevance scores. Scoring is based, in order of priority, on title, category, content and tags. The higher the score, the more likely that post relates to this post.


[...] time ago I promised a formspring anon I would do a tutorial on parent / child DropDownList controls in ASP.NET Web Forms. At long last, [...]