标签: datagrid combobox
我今天开始了。
基本上,在通过ComboBox向SQL添加数据之后,我希望ComboBox能够自动刷新以显示更新的数据。同样,在删除Datagrid中的数据后,我需要datagrid来referesh并显示来自SQL的更新数据。
我试过了:
ComboBox1.Refresh()
和
DataGridView1.Refresh()
Form1.Refresh()
他们都没有工作。
有什么想法吗?