Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)