I add ScriptManager1 to page and then add update panel.
if I user br tag, error: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it
when i remove br tag, it is work!
i use jquery in masterpage.
please help me.