I'm using RadControls for ASP.NET AJAX released on 2008.APR.15, developing on Windows XP against SQL Server 2005 w/ Visual Studio 2005, while testing in IE 7 and FF 2.0.0.14
Skins and Scripts are manually registered and embedded resources are disabled.
I've got a RadCombobox Connected to a SQLDataSource which is populating (with list of States) with no problems. I've set watchs for the following properties for the RadComboBox:
SelectedValue
SelectedIndex
SelectedItem
Text
While debugging my project and setting a break point in it's SelectedIndexChanged even I noticed the following values present:
SelectedValue: ""
SelectedIndex: -1
SelectedItem: null
Text: "California"
The SelectedIndex Event is firing properly, The Text Value is being passed peoperly. Where's my SelectedValue?
Side Note. I'm trying to use it as a control parameter for another SQLDataSource.
Skins and Scripts are manually registered and embedded resources are disabled.
I've got a RadCombobox Connected to a SQLDataSource which is populating (with list of States) with no problems. I've set watchs for the following properties for the RadComboBox:
SelectedValue
SelectedIndex
SelectedItem
Text
While debugging my project and setting a break point in it's SelectedIndexChanged even I noticed the following values present:
SelectedValue: ""
SelectedIndex: -1
SelectedItem: null
Text: "California"
The SelectedIndex Event is firing properly, The Text Value is being passed peoperly. Where's my SelectedValue?
Side Note. I'm trying to use it as a control parameter for another SQLDataSource.