Dear All ,
We couldnt get the WebCombo Selected Value when the control is disabled.
RegardsDhans.
Hello,
How exactly are you trying to get the disabled WebCombo selected value ?
If I set webCombo1.Enabled = false; everything works ok
In C#: webCombo1.DataValue
In Java Script: webCombo1.getDataValue()