Author: Misfit Geek: msft | Posted on: 3/26/2010 10:10:00 AM | Views : 775

Yesterday I posted about client side predicates for Popup controls. Thanks for all the Tweets and Emails. The Popup control is very powerful and Popups are now an expected construct in many web user interfaces. I received a number of questions about using content in Popups that is not embedded in the containing page. Probably the easiest is to use in iFrame inside the Panel container for the Popup. In code it looks like this. Code Snippet < h1 > Modal iFrame </ h1 > < asp : Button ID ="ButtonIFrame" runat ="server" Text ="Button" />< br />< br /> < div > < asp : Panel ID ="PaneliFrame" runat ="server" CssClass ="modalPopup" Style =" display...(read more) ...

Go to the complete details ...