.Net, ASP.NET, C#, Dialog, JavaScript, JQuery, Programming, UpdatePanel, VB.NET, Web Development, WebForms

Problems with jQuery Modal Dialog Inside Partial Postacks (ie: a .NET UpdatePanel)

Problems with jQuery Modal Dialogs problem can happen in a number of ways (see some of my other articles on the subject). This time, it was that I used a jQuery Modal Dialog inside of an ASP.NET UpdatePanel. After some looking around, what seems to be happening is that the dialog invisibly duplicates fields to the end of the document sent to the browser.
Continue reading “Problems with jQuery Modal Dialog Inside Partial Postacks (ie: a .NET UpdatePanel)”

Advertisement
CSS3, HTML, HTML5, JavaScript, JQuery, Programming, Tabs

Show or Hide a Reload Icon to Load an iFrame in jQuery Tabs

JQuery Tabs with Refresh Icon
JQuery Tabs with Refresh Icon

jQuery tabs are pretty great, and you can get some cool functionality if you mix tabbing with nested content in an iFrame. Once you put the pieces together, you can see how your Web page might appear in the example image included with this post. Continue reading “Show or Hide a Reload Icon to Load an iFrame in jQuery Tabs”

Dialog, HTML, JavaScript, JQuery, Programming

How to Fix a JQuery UI Dialog Strangely Positioning Itself

If there’s one down-side to JQuery UI dialogs, then it’s that they can be too simple to use and too much of the actual logic is hidden from the developer’s view. This can easily end up with surprising behavior which can only be described as the control trying to be too clever and to do too much behind the scenes. Continue reading “How to Fix a JQuery UI Dialog Strangely Positioning Itself”