This occuring a strange fact, I select an item in combo but when I go to
verify: ddlempCodigo.SelectedItem.Value the value is always of the first
item, as if it had not selected, what it can be?
Shaji - 28 Aug 2003 07:43 GMT
Make sure that you are not binding the combo again before the event handler
getting executed and the viewstate is enabled.
> This occuring a strange fact, I select an item in combo but when I go to
> verify: ddlempCodigo.SelectedItem.Value the value is always of the first
> item, as if it had not selected, what it can be?