FIX: The value of the SelectedIndex property of the ComboBox control does not change when you set the text by using the Text property (839616)
The information in this article applies to:
- Microsoft .NET Framework 1.1
SYMPTOMSThe value of the SelectedIndex property of the ComboBox control does not change if you set the text by using the Text property in the Microsoft .NET Framework 1.1. Additionally, the text of the ComboBox control appears as an empty string when you access the Text property of the ComboBox
control.CAUSEIf you try to put a value that does not exist in the ComboBox control by using the Text property, the ComboBox control reverts to
the last value that was selected from the list.RESOLUTIONTo resolve this problem, obtain the latest service pack for
the Microsoft .NET Framework 1.1.
The following file is available for download from the Microsoft Download Center: The Microsoft .NET Framework 1.1 Service Pack 1 STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was first corrected in the Microsoft .NET
Framework 1.1 Service Pack 1.MORE INFORMATIONIn the .NET Framework 1.0, you can extract the value that
you put in the Text property after you update the data in the
ComboBox control. You cannot do this in the .NET Framework 1.1. However, the value in
the ComboBox control display area in the .NET Framework 1.1 shows the correct information.
Modification Type: | Major | Last Reviewed: | 4/7/2006 |
---|
Keywords: | kbQFE KBHotfixServer kbNetFrame110sp1fix kbComboBox kbBug kbfix kbNetFrame110preSP1fix KB839616 kbAudDeveloper |
---|
|