Expand my Community achievements bar.

Initialize drop down list

Avatar

Former Community Member
Hi All,



I have created one drop down list and linked with xml schema.

I want to initialize the drop down list with values at tun time.

Then I want to get the drop down list values in form initialize event.



How to do that?



Please any one help me.



Thanks,

Saravanan G
1 Reply

Avatar

Former Community Member
I usually pass a comma delimited string and then I parse the string to populate the drop down list.