I’ve a designing problem with combining ASP.NET (forms, update panels) with jQuery.
Application contains multiple input elements (textboxes, checkboxes, dropdowns etc.) all of them need to autopostback (some long-time server-side calculations, on all). Basically i cannot change this workflow.
I would like to use jQuery UI modal Dialog, with UpdatePanel, contains multiple autopostbacking inputs. I tried, but without success – jQuery dialog does not show after postback, or looses focus.
Any suggestions?
You have to bind the jquery events after each partial postback. See this
jquery needs to rebind events on partial page postback