I am trying to set the WorkDayStartTime and WorkDayEndTime properties when the page first loads with values stored in my web.config. I have tried to set in bot the page onInit and onLoad events to set these values, but they effect of setting the values doesn't show when the page initally loads, but it will display properly after a postback. Is there some way to get these settings to take affect when the page first loads. The setting of DayStartTime and DayEndTime work correctly.