Hi,i have a drop down and its values are coming from a web service.
i want that the first value of that drop down should be ‘Select’ and all other values should be coming from that web service.
Where would i set this ‘Select’ value?
Hi,i have a drop down and its values are coming from a web service.
i want that the first value of that drop down should be ‘Select’ and all other values should be coming from that web service.
Where would i set this ‘Select’ value?
Hi Sunny,
I believe you will be using the “Choices” option for dropdown.
In that “OptionGroup” for the other values from web service.
Place a “Option” before your “OptionGroup” with the value ‘Select’.
Regards,
Sunil_N.