Hi,
I try to do a winform C# (2005) and update an item in Grid.
The 1st column, I have a combobox so I want update all item in Grid when I change value in comboboxes.
Could everyone give me an example? Thanks in adv
vietnamese 0 Newbie Poster
Recommended Answers
Jump to PostYou can use the ComboBox class SelectedIndexChanged or SelectedValueChanged Events. Once the event is generated, you can update the DataSet and then display the data in the DataGrid.
All 4 Replies
AmirBedair 0 Light Poster
vietnamese 0 Newbie Poster
mohammad1359 0 Newbie Poster
ChaseVoid 30 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.