Kiran Dhananjayan
New member
- Joined
- Sep 25, 2009
- Messages
- 1
- Programming Experience
- Beginner
Hi all,
I am creating a database for Employees. In that I have some issues.
I am trying to bind my data using data source. In the list box properties I set
lstemp.Datasource = Employeedatabase
lstemp.Displaymember = "EmplyeeName"
lstemp.Valuemember = "EmplyeeId"
I want to get my employee Id for displaying data in text boxes. How can get the data of the highlighted employee name in the list box to text boxes
Regards,
Kiran
I am creating a database for Employees. In that I have some issues.
I am trying to bind my data using data source. In the list box properties I set
lstemp.Datasource = Employeedatabase
lstemp.Displaymember = "EmplyeeName"
lstemp.Valuemember = "EmplyeeId"
I want to get my employee Id for displaying data in text boxes. How can get the data of the highlighted employee name in the list box to text boxes
Regards,
Kiran