9
shouts

Implementing a jQuery Modal Window in ASP.NET - Misfit Geek

published 748 days, 6 hours, 10 minutes ago posted by jantujantu 750 days, 3 hours, 36 minutes ago
Saturday, January 23, 2010 11:16:12 AM GMT Thursday, January 21, 2010 1:50:29 PM GMT

I’ve recently had several questions about attempts to use the Ajax Control Toolkit’s Modal Dialog, or more accurately, to misuse it, as a window.It’s a “dialog” and therefore not well suited to being used for receiving data from the user.Controls like the Modal Dialog Extender Control are convenient when they do when we want them to do but when they don’t there is no reason not to “roll our own” functionality.In this case I’ve built a sample using jQuery to display a Semi-Modal Window to allow the ...

category: ASP.NET | clicked: 4 | | source: misfitgeek.com | show counter code
tags: ASP .NET, jQuery, msft