Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karenpayneoregon/datagridviewwithdatagridviewcombobox
Simple DataGridView ComboBox code sample populated from a SQL-Server database.
https://github.com/karenpayneoregon/datagridviewwithdatagridviewcombobox
datagridview sql-server vbnet visual-studio
Last synced: 8 days ago
JSON representation
Simple DataGridView ComboBox code sample populated from a SQL-Server database.
- Host: GitHub
- URL: https://github.com/karenpayneoregon/datagridviewwithdatagridviewcombobox
- Owner: karenpayneoregon
- Created: 2018-08-17T01:25:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T11:33:20.000Z (over 3 years ago)
- Last Synced: 2024-11-30T19:25:50.744Z (2 months ago)
- Topics: datagridview, sql-server, vbnet, visual-studio
- Language: Visual Basic .NET
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# About
This example shows how to load from SQL-Server database into a DataGridView DataGridViewComboBox column along with a method to dynamically add new items to the DataGridViewComboBox which is stored in a database table.
:heavy_check_mark: Coded with `Visual Studio 2017` then opened in `Visual Studio 2019`
:bulb: Consider using a BindingList in tangent with a BindingSource
![img](Assets/colors.png)