A while ago, I promised to answer Brian’s request for a demonstration of how to make multiple parent / child select lists — in other words, starting from one drop down / select list, having two or more child lists, each of which, in turn, may act as a parent to another list.
Multiple parent-child select [...]
Parent – Child Select Lists Revisited: Multiple Parent – Child Select Lists Via PHP, MySQL And jQuery
Parent – Child Select Lists Revisited: Validating Selected Options Via jQuery And PHP
Recently received via e-mail, in response to my previous blog entry, “Using AJAX To Data Bind A Child Drop Down List Based On The Selected Option Of A Parent Select Control“:
Would you be interested in modifying your solution in 2 ways. One would be to have it contain a country downdown as well. So it [...]
Using AJAX To Data Bind A Child Drop Down List Based On The Selected Option Of A Parent Select Control
Recently asked on Yahoo! Answers:
How to generate a submenu on the basis of value in a menu without refreshing the page?
I want to use if else construct to generate a submenu on the basis of value from a textfield in the same form. You can get it in the way that when someone selects a [...]
Moving ListItems From A ComboBox / DropDownList To A ListBox In .NET
Recently asked on Yahoo! Answers:
ComboBox Question in Visual Basic?
I am trying to create a combobox dropdown list of countries. When user click on a country, it should add to the listbox. I manage to do it. But I want to enhance some form of checking. If the country is already added in the listbox, the [...]
Revisited: Adding Non-Selectable ListItem Controls To An ASP.NET DataBound List Control
Last August I had quickly blogged on the subject of adding non-selectable ListItem controls to an ASP.NET DropDownList. At the time I didn’t have an easy way to demonstrate how that code worked — and, in all honesty, I hadn’t tested it thoroughly, so it had some problems.
But now, thanks to GoDaddy’s dirt-cheap ASP.NET Web [...]
A Simple YouTube Jukebox Using JavaScript / DOM And deconcept’s SWFObject
Recently asked on Yahoo! Answers:
HTML Help – Dropbox with Loading Option?
Okay, here’s my issue. I have a decent piece of coding that gives me a dropbox. The dropbox has a ‘go’ button, and it is filled with titles of music videos from YouTube.
Now, used alone, it’s fine. It opens a new page, which plays the [...]
