c# How to show name and insert values (name's ID ) from combobox in c#
问题 Thank you guys in advance. I'am new user in c# Windows Forms. I have a table with id's and name ID | Name --------------- 1 | Lion 2 | Tiger 3 | Crocodile If I want to display from a table to combobox I did like this. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace Insert_update_delete_nr2 { public partial class Form1 :