Jump to content

Binding combobox options to database fields


julius

Recommended Posts

Ok now!I can bind a whole combox to a field in a database table, but how do i bind combobox options (options[0]) to table fields in the database.OrHow do i populate ma combobox with product names/IDs from a database [am using an access databse, javascript, asp and html of course]

Link to comment
Share on other sites

You cannot 'bind' data to a combobox control in ASP (using the true sense of the word). You would need to use ASP.Net to do thisThis should probably go in the ASP section since you cannot access a database with javascript.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...