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
