G
Guest
I am new to vb.net here is my problem:
In a windows form I am populating a dropdown list with the
DropDownList1.Items.Add(SomeString) command.
the list populates and looks good however when I attempt to read what the
user has selected it always reads back the first item.
I am attempting to read the answers in a button procedure with the command:
cp = RTrim(DropDownList1.SelectedItem.Text)
Any Idea's why I cant do this?
In a windows form I am populating a dropdown list with the
DropDownList1.Items.Add(SomeString) command.
the list populates and looks good however when I attempt to read what the
user has selected it always reads back the first item.
I am attempting to read the answers in a button procedure with the command:
cp = RTrim(DropDownList1.SelectedItem.Text)
Any Idea's why I cant do this?