J
JJump
lbDeletePeople.DataSource = ds.Tables(0)
lbDeletePeople.DisplayMember = "Name"
lbDeletePeople.ValueMember = "GeneralTrialInfoID"
So the Name that I got from my dataset comes in fine. I have no clue
what ValueMember gets.. but that is a field in the dataset. How do I
know that is what is going in there? And how in the world do I pull
out that ID?????
lbDeletePeople.DisplayMember = "Name"
lbDeletePeople.ValueMember = "GeneralTrialInfoID"
So the Name that I got from my dataset comes in fine. I have no clue
what ValueMember gets.. but that is a field in the dataset. How do I
know that is what is going in there? And how in the world do I pull
out that ID?????