Solved it. (guess I forgot the page lifecycle stuff)
Changed my auto property to set the control value as soon it's value changes.
Okey Dokey now. (and posting next stupid one soon ;-) )Code:private string _workDateId; public string WorkDateId { get { return _workDateId; } set { _workDateId = value; workDateId.Value = _workDateId; } }




Reply With Quote