<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RenderAllHiddenFieldsAtTopOfForm &#8211; is it really a SEO solution?</title>
	<atom:link href="http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/comment-page-1/#comment-9601</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Mon, 08 Dec 2008 18:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/#comment-9601</guid>
		<description>Thanks for sharing smnbss. It&#039;s definitely a pity that it doesn&#039;t work and that the ASP.NET team use two different methods to write hidden fields :S</description>
		<content:encoded><![CDATA[<p>Thanks for sharing smnbss. It&#039;s definitely a pity that it doesn&#039;t work and that the ASP.NET team use two different methods to write hidden fields :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smnbss</title>
		<link>http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/comment-page-1/#comment-9592</link>
		<dc:creator>smnbss</dc:creator>
		<pubDate>Mon, 08 Dec 2008 12:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/renderallhiddenfieldsattopofform-seo-solution/#comment-9592</guid>
		<description>This happen because __VIEWSTATE is rendered inside 

Page.BeginFormRender(HtmlTextWriter writer, string formUniqueID)

using the method 

this.RenderViewStateFields(writer);

While __SCROLLPOSITIONX/Y are added to the form using 

this.ClientScript.RegisterHiddenField(&quot;__SCROLLPOSITIONX&quot;, this._scrollPositionX.ToString(CultureInfo.InvariantCulture));

this.ClientScript.RegisterHiddenField(&quot;__SCROLLPOSITIONY&quot;, this._scrollPositionY.ToString(CultureInfo.InvariantCulture));

on the same funcion, so the 2 hidden fields behave in a different way

Sometimes microsoft has the real power to upset me... :)</description>
		<content:encoded><![CDATA[<p>This happen because __VIEWSTATE is rendered inside </p>
<p>Page.BeginFormRender(HtmlTextWriter writer, string formUniqueID)</p>
<p>using the method </p>
<p>this.RenderViewStateFields(writer);</p>
<p>While __SCROLLPOSITIONX/Y are added to the form using </p>
<p>this.ClientScript.RegisterHiddenField(&#034;__SCROLLPOSITIONX&#034;, this._scrollPositionX.ToString(CultureInfo.InvariantCulture));</p>
<p>this.ClientScript.RegisterHiddenField(&#034;__SCROLLPOSITIONY&#034;, this._scrollPositionY.ToString(CultureInfo.InvariantCulture));</p>
<p>on the same funcion, so the 2 hidden fields behave in a different way</p>
<p>Sometimes microsoft has the real power to upset me&#8230; :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

