9
Shouts

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

published 853 days, 10 hours, 1 minute ago posted by jantujantu 855 days, 7 hours, 27 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: 5 | | source: misfitgeek.com | show counter code
tags: msft, ASP .NET, jQuery