开发者

newly inserted data doesn't display in the combobox control

开发者 https://www.devze.com 2023-03-16 02:21 出处:网络
I just inserted data into my sql database. Actually, I want to开发者_如何学JAVA retrieve it automatically into

I just inserted data into my sql database. Actually, I want to开发者_如何学JAVA retrieve it automatically into my combobox. But it does display the old value. Please help.


You will need to rebind your combobox after the insert.

The data is disconnected from the controls.

0

精彩评论

暂无评论...
验证码 换一张
取 消