Hi. I have a dropdownListBox preloaded with characters A-Z.I need to select an item (i.e A) then get values from a database to display on the page relating to that character(I use this character to filter whatever I want from the database).How do I get a method like that in HTML.Im used to doing this in VB.net and C#. A sample code would be very nice thank you.