views:

6

answers:

0

I have a pretty simple control for user to choose a TimeSpan, which consists of a textbox and a drop-down list with time units (minutes, hours, days). I parse the value in LoadPostData method, but when the parent FormView is enclosed in, say, MultiView the TextBox's Text property is empty. When should I parse the value to make it work in all circumstances?