Hi ,
Is there any method to get the displayvalue( not selected value) of a webcombo at client side.
Thanks in advance
Hi
using this code u can get Dispaly value of Webcombo...in client side
igcmbo_getComboById("ComboID").getDisplayValue()
Ravikumar
Hi,
I'm not able to use this solution..
plz can u tell what do u mean by igcmbo.
I tried using this solution
var WebCombo = ISGetObject(controlId);
alert(WebCombo.getDisplayValue());
can anyone find the solution
Regards
Srikanth kota