-1

I using bootstrap in my asp.net web form application.I need to implement combobox (User selects from drop down and can edit the text) in my UI but I don't see any combobox in bootstrap components.I found below two articles in which I can able to create the combo box but not sure how to bind the data from database in these two cases.

http://getfuelux.com/javascript.html#combobox https://github.com/danielfarrell/bootstrap-combobox

Please advise. Thanks

1 Answers1

0

Bootsrap does actually have a component that can give you the look you are going for, they are called buttons with dropdowns and can read more about them here. Now how you populate the list items, edit them and save the value depends a lot on what type of database you are using.

I would put this in a comment but still don't have the reputation to use them.

del cueto
  • 101
  • 1
  • 7