i have columns like university1,university2,un
iversity3 and so on.. in my data table.Now i want to add all these values in one dropdownlist using asp.net with c# and sql server 2000.
My query is like this
select universty1,university2 from tablename where studentid=id
Start Free Trial