We downloaded RADControls for Ajax with the hope of using RADScheduler last week.
For some reason it works fine from the example and even in isolation on our site. But if we throw it into an ascx and include it as a step on the wizard control (which is where we want to use it ) it errors out as follows:-
The RegisterRequiresViewStateEncryption() method needs to be called before or during Page_PreRender.
We kind of narrowed it down to some sql datasource used in another ASCX which is one of the steps in the wizard control. Without the scheduler the wizard page is perfectly fine. Wonder what kind of interaction exists between these controls or settings that is causing this error.
For some reason it works fine from the example and even in isolation on our site. But if we throw it into an ascx and include it as a step on the wizard control (which is where we want to use it ) it errors out as follows:-
The RegisterRequiresViewStateEncryption() method needs to be called before or during Page_PreRender.
We kind of narrowed it down to some sql datasource used in another ASCX which is one of the steps in the wizard control. Without the scheduler the wizard page is perfectly fine. Wonder what kind of interaction exists between these controls or settings that is causing this error.