<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: ASP.NET Ajax: Creating Pretty Popups</title>
	<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/</link>
	<description></description>
	<pubDate>Wed, 07 Jan 2009 13:53:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>

	<item>
		<title>By: Lebza</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-116</link>
		<author>Lebza</author>
		<pubDate>Wed, 01 Aug 2007 10:55:43 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-116</guid>
					<description>Well written to the Point.</description>
		<content:encoded><![CDATA[<p>Well written to the Point.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-117</link>
		<author>David Baxter</author>
		<pubDate>Wed, 01 Aug 2007 12:20:01 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-117</guid>
					<description>Thanks Lebza, glad you found the tutorial useful. I hope to have another one along similar lines in the next few days so stay tuned!

David</description>
		<content:encoded><![CDATA[<p>Thanks Lebza, glad you found the tutorial useful. I hope to have another one along similar lines in the next few days so stay tuned!</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Atiq</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-153</link>
		<author>Atiq</author>
		<pubDate>Mon, 27 Aug 2007 17:02:50 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-153</guid>
					<description>Perfect...</description>
		<content:encoded><![CDATA[<p>Perfect&#8230;</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-159</link>
		<author>Ben</author>
		<pubDate>Fri, 31 Aug 2007 11:00:36 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-159</guid>
					<description>When I tried to specify the inner panel's background, width, etc in CSS, this did not work. However, setting the width, height and backcolour in the markup of the panel did make it work perfectly.

Thanks for taking the time to write this report.</description>
		<content:encoded><![CDATA[<p>When I tried to specify the inner panel&#8217;s background, width, etc in CSS, this did not work. However, setting the width, height and backcolour in the markup of the panel did make it work perfectly.</p>
<p>Thanks for taking the time to write this report.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Brian</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-216</link>
		<author>Brian</author>
		<pubDate>Thu, 04 Oct 2007 21:02:16 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-216</guid>
					<description>Pure genius.  Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Pure genius.  Thanks a lot!</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-220</link>
		<author>Michael</author>
		<pubDate>Tue, 09 Oct 2007 22:52:50 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-220</guid>
					<description>I've been having trouble getting the Ajax pop-up to work - so I thought I'd try your simple example.  I'm getting the same behavior.

The page loads fine, but when I click on the trigger for the pop-up, the page flashes slowly (like it's actually trying) and then nothing happens.  I'm sure I'm missing some kind of configuration or style or something.  Any ideas why I would just get a flicker instead of a pop-up?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been having trouble getting the Ajax pop-up to work - so I thought I&#8217;d try your simple example.  I&#8217;m getting the same behavior.</p>
<p>The page loads fine, but when I click on the trigger for the pop-up, the page flashes slowly (like it&#8217;s actually trying) and then nothing happens.  I&#8217;m sure I&#8217;m missing some kind of configuration or style or something.  Any ideas why I would just get a flicker instead of a pop-up?</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-222</link>
		<author>David Baxter</author>
		<pubDate>Wed, 10 Oct 2007 12:20:19 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-222</guid>
					<description>Hey Michael, is my demo blowing up for you, or is it something you wrote? If it is my demo, what browser are you using?

If it is custom code, can you email it to me? Makes it easier to see what is going on.

David</description>
		<content:encoded><![CDATA[<p>Hey Michael, is my demo blowing up for you, or is it something you wrote? If it is my demo, what browser are you using?</p>
<p>If it is custom code, can you email it to me? Makes it easier to see what is going on.</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Norman</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-782</link>
		<author>Norman</author>
		<pubDate>Wed, 19 Dec 2007 04:30:18 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-782</guid>
					<description>Hi,

Thanks for the Ajax popup code. It works nice in IE 6.0. But when I try it in Netscape 8.1 it gives the popup but buttons disappeared! Any help..how to get around this?

Norman</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for the Ajax popup code. It works nice in IE 6.0. But when I try it in Netscape 8.1 it gives the popup but buttons disappeared! Any help..how to get around this?</p>
<p>Norman</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: Jakub Keller</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1020</link>
		<author>Jakub Keller</author>
		<pubDate>Wed, 25 Jun 2008 13:44:53 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1020</guid>
					<description>Ugh, I hate the RoundedCornersExtender. The corners don't even look good. It looks like a warped, aliased mess. The best way to do rounded corners is still the ol' CSS route.</description>
		<content:encoded><![CDATA[<p>Ugh, I hate the RoundedCornersExtender. The corners don&#8217;t even look good. It looks like a warped, aliased mess. The best way to do rounded corners is still the ol&#8217; CSS route.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: David Baxter</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1025</link>
		<author>David Baxter</author>
		<pubDate>Mon, 07 Jul 2008 14:13:02 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1025</guid>
					<description>I agree with you completely Jakub...I try not to use the rounded corner extender myself, but, in a pinch it can be better than nothing...

David</description>
		<content:encoded><![CDATA[<p>I agree with you completely Jakub&#8230;I try not to use the rounded corner extender myself, but, in a pinch it can be better than nothing&#8230;</p>
<p>David</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: rodes</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1063</link>
		<author>rodes</author>
		<pubDate>Tue, 02 Sep 2008 03:05:48 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1063</guid>
					<description>YOu may also like &lt;a href='http://developmentzone.blogspot.com/2008/09/aspnet-javascript-modal-dialog.html' rel="nofollow"&gt;http://developmentzone.blogspot.com/2008/09/aspnet-javascript-modal-dialog.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>YOu may also like <a href='http://developmentzone.blogspot.com/2008/09/aspnet-javascript-modal-dialog.html' rel="nofollow">http://developmentzone.blogspot.com/2008/09/aspnet-javascript-modal-dialog.html</a></p>
]]></content:encoded>
				</item>
	<item>
		<title>By: limo london</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1106</link>
		<author>limo london</author>
		<pubDate>Fri, 26 Dec 2008 06:59:27 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1106</guid>
					<description>this is a very good article ... keep up the good work.</description>
		<content:encoded><![CDATA[<p>this is a very good article &#8230; keep up the good work.</p>
]]></content:encoded>
				</item>
	<item>
		<title>By: limo london</title>
		<link>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1107</link>
		<author>limo london</author>
		<pubDate>Fri, 26 Dec 2008 07:00:07 +0000</pubDate>
		<guid>http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/#comment-1107</guid>
					<description>this is a very good article … keep up the good work.</description>
		<content:encoded><![CDATA[<p>this is a very good article … keep up the good work.</p>
]]></content:encoded>
				</item>
</channel>
</rss>
