<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ASP.NET 4 "Quick Hit" - Hidden Field Divs</title><link>http://asp.net</link><pubDate>Thu, 27 May 2010 16:08:43 GMT</pubDate><generator>umbraco</generator><description>Comments for ASP.NET 4 "Quick Hit" - Hidden Field Divs</description><language>en</language><atom:link href="http://asp.net/rss/comments/33687" rel="self" type="application/rss+xml" /><item><title>Comment Posted by balapraveen</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Mon, 30 Nov 2009 12:35:40 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008663</guid><description><![CDATA[ <p>nice video.. thanks. </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/balapraveen.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jim lahey</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Fri, 04 Dec 2009 16:17:30 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008664</guid><description><![CDATA[ <p>this doesn&#39;t work.</p><p></p><p>you&#39;ve tried to assign a style to the div using an #id selector when the div only shows a class attribute in rendered markup..</p><p></p><p>should read div.aspNetHidden {..}</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/jim%20lahey.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by the_menace</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Tue, 08 Dec 2009 21:34:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008665</guid><description><![CDATA[ <p>Jim&#39;s correct. It should have been &#39;div.aspNetHidden&#39;. :)</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/the_menace.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by v.satishbabu</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Wed, 27 Jan 2010 12:23:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008667</guid><description><![CDATA[ <p>Thanks for this video. These videos are great resource to learn ASP.net quickly.</p><p></p><p>Thanks again for your efforts!</p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/v.satishbabu.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by amanbhullar</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Wed, 27 Jan 2010 12:48:12 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008668</guid><description><![CDATA[ <p>thanks a lot for Video!!!! :-)</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/amanbhullar.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by amanbhullar</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Wed, 27 Jan 2010 12:49:18 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008669</guid><description><![CDATA[ <p>Nice Video. Thanks for Sharing!!!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/amanbhullar.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by toreaurstad</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Fri, 05 Feb 2010 14:48:35 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008670</guid><description><![CDATA[ <p>The CSS file in this video for hidden elements reads:</p><p>DIV #aspNetHidden</p><p>This CSS rule will only affect an element of the HTML DOM tree with Id </p><p>&quot;aspNetHidden&quot;. Instead, one wishes to apply the rule as:</p><p>DIV.aspNetHidden or .aspNetHidden with still setting border to 0 pixels. </p><p></p><p>So the entire demonstration of this video will result in an erroneous implementation without that change in the CSS file. </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/toreaurstad.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shahramvafadar</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Tue, 27 Apr 2010 12:28:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008674</guid><description><![CDATA[ <p>//Programmer thanks!</p><p>for (int i = 1; i &lt;= 999999999; i++)</p><p>{</p><p>     Response.Write(&quot;tnx Microsoft&quot;);</p><p>}</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/shahramvafadar.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by shawaj</title><link>http://asp.net/web-forms/videos/net-4/markup-control/aspnet-4-quick-hit-hidden-field-divs</link><pubDate>Thu, 27 May 2010 16:08:43 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008936</guid><description><![CDATA[ <p>I guess I don&#39;t understand the reasoning behind placing the hidden fields within a DIV. Why force us to create a hack to fix something that wasn&#39;t broken previously? Why not just include that CSS fix in the default.css for us!? I guess I&#39;m just confused</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/shawaj.jpg?forceidenticon=false&amp;dt=635050986600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>