2
Hi,
For gettting data from database to selection box
https://www.c-sharpcorner.com/UploadFile/rohatash/binding-dropdownlist-with-database-and-display-data-in-gridv/
https://www.c-sharpcorner.com/UploadFile/0c1bb2/fill-Asp-Net-dropdown-list-from-database-table-using-Asp-Net/
For Multi select option
https://www.c-sharpcorner.com/blogs/multiselect-dropdownlist-with-checkboxes-in-asp-net-with-c-sharp-and-vb-net-using-jquery-plugin
- <asp:ListBox runat="server" SelectionMode="Multiple" >
- <asp:ListItem Text="test1"></asp:ListItem>
- <asp:ListItem Text="test2"></asp:ListItem>
- <asp:ListItem Text="test3"></asp:ListItem>
- </asp:ListBox>
0
@ Pansuriya ,
Thanks for you answers .But Those Links which you given irrelavent Except last link. I require only listbox control from database.
Thanking You ,
Karthik K