6

First of all this is not a question, i just made a user control which seems to solve the issue discussed in the following link.

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

The issue is, briefly, JQuery dialog causes some problems when using partial page update. From ASP.NET aspect, when it is used inside an UpdatePanel.

You can see the samples and download 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
  • 2
    While posting stuff like these isn't prohibited by the site, I'm pretty sure people would most benefit from this if you actually do take the time to phrase it like a question. Commented Mar 27, 2011 at 9:56
  • Nice work. Actually it keeps adding an additional dialog upon every postback. I came across this few months ago and used an counter to clear all the unwanted divs first and then open my dialog. I also ended up winding up my custom dialog but using same jquery UI css and injecting it from code-behind. Commented Mar 27, 2011 at 22:54
  • thank you mehmet, i think everyone should do this when they found a solution! Commented Mar 29, 2011 at 3:52
  • @Mehmet Ataş ... I don't see any download link ... Commented Apr 10, 2011 at 16:38
  • @Will: Will this question be deleted later? I would like it not to be deleted. This was helpful to at least one user (euther - stackoverflow.com/questions/5464793/…) and could potentially help others. Commented Apr 20, 2011 at 16:59

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.