drop down list selected value
-
I have a dropdown List whose ID = 2.1, 2.2, 2.3 ..... If I do Me.txtItemNumber.Text = ddlKeyResultsMeaures.SelectedValue.ToString() it just read 2 not 2.1 or 2.2 etc Could u please hepl me in this
-
I have a dropdown List whose ID = 2.1, 2.2, 2.3 ..... If I do Me.txtItemNumber.Text = ddlKeyResultsMeaures.SelectedValue.ToString() it just read 2 not 2.1 or 2.2 etc Could u please hepl me in this
Why are you calling
ToString()
on theSelectedValue
[^], since it is already a string?Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman
-
I have a dropdown List whose ID = 2.1, 2.2, 2.3 ..... If I do Me.txtItemNumber.Text = ddlKeyResultsMeaures.SelectedValue.ToString() it just read 2 not 2.1 or 2.2 etc Could u please hepl me in this