Hello,

I want to build a multiview without postback so I have 1 masterpage, 1 aspx webform and 1 ascx user control.

I have a scriptmanager in the masterpage and I have an updatepanel in my usercontrol.

This is the error I get: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.

Isn't this possible?