Column Data to List box?

zhughes

Member
Joined
Feb 15, 2008
Messages
15
Programming Experience
Beginner
Please help!


Table Name = Admins
Column names = UserID (primary key), UserName

Question:
What I want to do is pull the entries from the UserName field & put them in a list box. Any ideas or snippets?

Thanks ahead of time!
 
Read the DW2 link in my signature, section "Creating a Simple Data App" then one of the other sections about creating a form to display data from a single table
 
Don't happen to have something for asp.net do you?

My end goal is to use a text box to edit data - if you use a detailsview control or the like you can edit data, but you can't "press enter" or simulate it with code. I haven't figure out how to anyway.
 
Back
Top