ok this is driving me insane
i need to set the picklist value in C# using the sdk
i have the text value that i want it to be, but you cannot set the text value directly since picklist.name is read-only
therefore, i must lookup the integer value using that specific string value
for example i give it "PA" and it returns 40, then i set picklist.Value = 40, and in the application it displays as "PA"
anyone know how to do this?
i need to set the picklist value in C# using the sdk
i have the text value that i want it to be, but you cannot set the text value directly since picklist.name is read-only
therefore, i must lookup the integer value using that specific string value
for example i give it "PA" and it returns 40, then i set picklist.Value = 40, and in the application it displays as "PA"
anyone know how to do this?