hi , i am making a windows form application through c# ,
in that i am making some fields such as textbox and grid view.
now , there is one table of employee which consist some column and first column is "EmployeeID".
now , the employeid textbox is dropdown having items of column "EmployeeId" fetched from database table employee.

my problem is , how to bound my employee id textbox to database table employee column "EmployeeID".

plz give the code .