G
Guido Steijaert
When I select a value in the dropdownlist a label needs to give this value.
After selecting "Label10.text" = empty and also the value displayed in de
dropdownlist is empty. Enclosed the code from te SelectedIndexChanged.
Regards,
Guido Steijaert
Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
DropDownList1.SelectedIndexChanged
Label10.Text = DropDownList1.SelectedValue
End sub
After selecting "Label10.text" = empty and also the value displayed in de
dropdownlist is empty. Enclosed the code from te SelectedIndexChanged.
Regards,
Guido Steijaert
Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
DropDownList1.SelectedIndexChanged
Label10.Text = DropDownList1.SelectedValue
End sub