I'm trying to set a uniselector's value manually like this in a button event handler: UniSelector.Value = possibleMatches.ToString(); UniMatchesSelector.Reload(true);
This works, but only on the second postback. any idea why?
Please, sign in to be able to submit a new answer.