When testing for the value of my DropDownList.Se lectedItem.Text - it always
returns the Text of the first element of the list. It is a databound
control, and I have a breakpoint in my code to test the value. I am trying
to insert the Text from this control into a field in a database, and it
perpetually inserts the text from the first item of the list instead of the
selected item.
What the heck could I be missing here?
Comment