blah blah blah is here! blah blah » Close

0
votes
1 answers

ADO.NET displaying items in DropDown list control

Hi, I am using MS SQL for database. I have made appropriate connection string and able to connect to the database. I have created an EMPLOYEE table and in my sql command I have issued: SELECT First_Name, Last_Name FROM EMPLOYEE. Us ...

1
votes
2 answers

Get selected value from dropdown

foamy
2499

Hi all, Perl question for you: Been trying for hours and it seems I'm just missing something. I have a form with a dropdown list on it. I want to get the selected value (the "option value" part) and store it in a variable fo ...

Feedback