<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Outlining textbox input fields (and getting it to work in IE)</title>
	<atom:link href="http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/</link>
	<description>Thoughts on life, liberty, and information technology</description>
	<pubDate>Sat, 31 Jul 2010 08:04:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-506892</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Mon, 06 Jul 2009 02:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-506892</guid>
		<description>jQuery: www.jquery.com</description>
		<content:encoded><![CDATA[<p>jQuery: <a href="http://www.jquery.com" rel="nofollow">http://www.jquery.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-503057</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-503057</guid>
		<description>Hi ...
I m using it with vs 2008 with framework 2.O .... It is not working ..... Where is jQuery Class... How will we access it ...</description>
		<content:encoded><![CDATA[<p>Hi &#8230;<br />
I m using it with vs 2008 with framework 2.O &#8230;. It is not working &#8230;.. Where is jQuery Class&#8230; How will we access it &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-480357</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 20 May 2009 13:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-480357</guid>
		<description>I had the same problem and the change of code didn't help - asp 2, visual studio 2005
what version of jquery are you using?</description>
		<content:encoded><![CDATA[<p>I had the same problem and the change of code didn&#8217;t help - asp 2, visual studio 2005<br />
what version of jquery are you using?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-370407</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 11 Dec 2008 13:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-370407</guid>
		<description>Do you have an &lt;asp :ScriptManager&gt; on your page?

Looking at the code, it should read like this:

if (Sys.WebForms.PageRequestManager) { ... }

Give those a try.&lt;/asp&gt;</description>
		<content:encoded><![CDATA[<p>Do you have an <asp :ScriptManager> on your page?</p>
<p>Looking at the code, it should read like this:</p>
<p>if (Sys.WebForms.PageRequestManager) { &#8230; }</p>
<p>Give those a try.</asp></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khor Yong Chen</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-370161</link>
		<dc:creator>Khor Yong Chen</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-370161</guid>
		<description>Fo your info, I am developing using Visual Studio 2008/ASP.net 3.5</description>
		<content:encoded><![CDATA[<p>Fo your info, I am developing using Visual Studio 2008/ASP.net 3.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Khor Yong Chen</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2008/11/04/outlining-textbox-input-fields-and-getting-it-to-work-in-ie/#comment-370159</link>
		<dc:creator>Khor Yong Chen</dc:creator>
		<pubDate>Thu, 11 Dec 2008 08:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/?p=293#comment-370159</guid>
		<description>Hi,
Thanks for the great article for using outline on focused textbox.
I had your code running successfully in Firefox but not IE7.
I added the last IF condition into the script and it broke.

#     if (Sys != null)  
#     {  
#         Sys.WebForms.PageRequestManager.getInstance().add_endRequest(ApplyIEFormStyles);  
#     }

It gave me an error  message "Microsoft JScript runtime error: 'Sys.WebForms.PageRequestManager' is null or not an object"
what I did wrong here? Thanks a million for your help.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for the great article for using outline on focused textbox.<br />
I had your code running successfully in Firefox but not IE7.<br />
I added the last IF condition into the script and it broke.</p>
<p>#     if (Sys != null)<br />
#     {<br />
#         Sys.WebForms.PageRequestManager.getInstance().add_endRequest(ApplyIEFormStyles);<br />
#     }</p>
<p>It gave me an error  message &#8220;Microsoft JScript runtime error: &#8216;Sys.WebForms.PageRequestManager&#8217; is null or not an object&#8221;<br />
what I did wrong here? Thanks a million for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
