jQuery Dialog-Postback but UpdatePanel doesn't get updated
问题 i want to show a jQuery UI Dialog from Codebehind and need to refresh it after postbacks. The dialog is a control to filter and find data. So the user selects from DropDownLists and enters text in TextBoxes, clicks a "Apply-Button", an asynchronous postback happens, the data gets filtered according to the user's selection and the result will be shown in a GridView. Therefore i need to update the UpdatePanel around the GridView. The asynchronous postback works with help from these links: