Hi Greg,
Along with what the other guys have said, I'd add a vote for "try to avoid the need for anything modal if possible". Is there any way to avoid the need for it to be modal? Regards, Greg Dr Greg Low 1300SQLSQL (1300 775 775) office | +61 419201410 mobile│ +61 3 8676 4913 fax SQL Down Under | Web: <http://www.sqldownunder.com/> www.sqldownunder.com From: [email protected] [mailto:[email protected]] On Behalf Of Greg Keogh Sent: Tuesday, 17 July 2012 9:55 AM To: 'ozDotNet' Subject: ASP.NET modal dialog effect Folks, we have a traditional ASP.NET page with a need for a popup "product picker". We need that mock modal dialog effect you get (for example) in Gmail where you do things like Export Contacts, create New Group, etc. Gmail even has a nice effect where the background disables and the popup has a drop shadow and a close X button to simulate a real model window in a web page. What is the quickest and least painful way of getting this modal dialog effect in an ASP.NET page? My previous experience with Javascript and ASP.NET combined has been a nightmare of quirks and failure trying to manage the lifetime and interaction of the two. So I'm hoping there are some kits or tools to help me. Any advice would be greatly appreciated so I can knock-up a demo asap. Thanks Greg
