I am looking for a JavaScript modal dialog solution for asp.net, jquery UI dialog seems good but it move dialog container to bottom of body tag. I changed the dialog code to stay dialog to asp.net form but still it's out of updatepanel.
Is there any solution or more compatible dialog that doesn't break asp.net form lifecycle?
Thanks