Hi !
i have been working on ribbon control on a windows form ,which has three combo box (name(ribboncombobox3), amount(ribboncombobox4),status(ribboncombobox5)).I intent to fetch data from a table in SQL server database and display the same in drop down of the each combo box in ribbon control.
There are three tables in SQL database.
- customer_information(i only need data from "Name" column of this table ie.i only need to fetch name of customer into my combobox)
- Amount
- Status
On clicking the ADD button present on the ribbon i want data to be inserted in Data grid view present on a panel control in the same windows form.
Please give a simple code in c # for the above task.
Thanks.
Shahid