Hello Experts,
I have a dropdown list which is populated based on based on another dropdown list.
This part if working fine. Values in the dropdown list are similar to this:
Text - Value
CKN - F
CQN - F
CDN - F
DKN - P
DQN - P
DDN - P
The problem I'm running into is that if you select CQN or CDN it changes to CKN on postback. Also, if you select DQN or DDN, it changes to DKN on postback. I don't have any logic in place to do that. I'm suspecting it has to do with different selections having the same value ... but I still don't understand why it's happening or how to fix it.
Thanks,
GRCHELPDESK
Bob