0
votes
2answers
36 views

YUI 2.5. Populating a dropdown from XML

Currently editing an application built using YUI 2.5 and Perl. I need to populate a dropdown from an xml file, and only specific rows are to be used depending on the attributes of the node. ...
0
votes
0answers
227 views

MVC 3 ASP.net populating a dropdownlist from table, submit to selected option value to another table in database

I'm trying to load data from a table in the database and then I want to select one of the options that pop up and store it to a new table in the same database. I used a query in my controller to ...
0
votes
4answers
5k views

Populating a drop down list dynamically in ASP.net, and passing that value to another query?

2 questions for everybody. 1) How can I order the years by their value, it crashes when I use DESC? 2) If I populate my list like so: string strConn = ...