J
jim
I'm using Oracle with C# for Windows programming... I've bound a
dropdownlist to a dataset (using Oracle Data Adapter, Oracle
Connection).
Whenever I attempt to retrieve the SelectedItem of the DropDownList in
a SelectedIndexChange event... I am returned "System.Data.DataRowView"
instead of the SelectedItem's text.
I can retrieve the selected value using SelectedValue but NOT the
"text."
What am I doing wrong?
Is this a bug with C#, Oracle, and Windows forms programming?
I'm using a DropDownList not the default dropdown.
Thanks in advance... please help!!!
dropdownlist to a dataset (using Oracle Data Adapter, Oracle
Connection).
Whenever I attempt to retrieve the SelectedItem of the DropDownList in
a SelectedIndexChange event... I am returned "System.Data.DataRowView"
instead of the SelectedItem's text.
I can retrieve the selected value using SelectedValue but NOT the
"text."
What am I doing wrong?
Is this a bug with C#, Oracle, and Windows forms programming?
I'm using a DropDownList not the default dropdown.
Thanks in advance... please help!!!