I'm running SharePoint SP1 with .NET 2.0. I have a WebPart which is running the code below. The problem is that the DDL causes a full postback and the Buttons don't do anything at all. What am I doing wrong? private ScriptManager scriptHandler = null ; private UpdatePanel up = null ; protected...