Hi there,
Which chapter / page number is this referring to? There should be a ScriptManager in the Master Page.
And isn't the error message very explicit about what you need to do?
The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
Quote:
|
The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.
|
You'll need to add an <asp:ScriptManager /> control to the Page or Master Page, before any controls that use it.
Cheers,
Imar