Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
senthilramtrs
Starting Member
29 Posts |
Posted - 2008-05-15 : 03:46:50
|
actually what i need is ....i have to open a table which has only one column....i hv to load that column data into a list box.....give me some sample code...Regards,Senthil Ram TRS |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-05-15 : 04:04:02
|
What front end are you using? |
 |
|
senthilramtrs
Starting Member
29 Posts |
Posted - 2008-05-15 : 04:14:16
|
quote: Originally posted by RickD What front end are you using?
asp.net c# back end sqlserver 2000Regards,Senthil Ram TRS |
 |
|
RickD
Slow But Sure Yak Herding Master
3608 Posts |
Posted - 2008-05-15 : 04:34:13
|
This is a SQL Server forum, you'd be better off asking in a c# forum, but assuming you are using visual studio, pick a list box and set the data source to your query, e.g select fieldname from table. |
 |
|
|
|
|