In this article I am going to share how to bind multiple dropdownlist controls from the same data source in a single sql server database call in Asp.Net.
how to select items in dropdownlist if i bind it from database.
Once i select some items and save in database , after that i want items selected when page reloads that items bind in dropdown.
- The Dropdown list in ASP.NET is used to select a single item from the list.
- The Listbox control is used to select multiple items,
Multi Dropdowns in ASP with Databases programming language: ASP ASP