0
votes
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 ...
