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