ASP.NET jQuery based on modal dialog

First of all, this is not a question, I just made a user control that seems to solve the problem discussed in the following link.

http://forum.jquery.com/topic/dialog-will-move-its-div-tag-to-body

The problem is that in short, the jQuery dialog causes some problems when using partial page refresh. From an ASP.NET perspective, when it is used inside an UpdatePanel.

You can see the samples and download the source code from the following links.

http://www.mbmt.net/JQ/JQDialogTest.aspx http://www.mbmt.net/JQ/JQDialogTest2.aspx

I hope this helps someone (:

+6
jquery ajax jquery-ui modal-dialog
source share

No one has answered this question yet.

See similar questions:

one
gridview inside jquery ui Dialog
0
visualbasic custom event handler

or similar:

7428
How to check if an element is hidden in jQuery?
4523
"Thinking in AngularJS" if I have jQuery background?
4345
How to check if checkbox is checked in jQuery?
3952
Setting "checked" for checkbox with jQuery?
2644
Is there an "exists" function for jQuery?
2302
Add table row in jQuery
2245
How to refresh a page using jQuery?
2101
jQuery scroll to element
1957
Disable / enable input using jQuery?
1744
Cancel Ajax requests with jQuery

All Articles