Home > Net >  How to realize the combobox and textbox data linkage
How to realize the combobox and textbox data linkage

Time:11-13

As shown, the choice of unit and how to read the database corresponding to the bank and bank account

CodePudding user response:

Directly read dategridview in rows and columns

CodePudding user response:

On the ComboBox find similar OnSelectChanged events, then get a selected item, write SQL check, check the other controls after related attribute assignment,
  •  Tags:  
  • C#
  • Related