<?xml version="1.0" encoding="UTF-8"?>
<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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Simon Steed&#039;s Blog About Stuff! &#187; errors</title>
	<atom:link href="http://blog.xploiter.com/tag/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xploiter.com</link>
	<description>i.e. anything interesting...</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1751</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Redirect your user to their starting point when validation errors occur</title>
		<link>http://blog.xploiter.com/c-and-aspnet/redirect-your-user-to-their-starting-point-when-validation-errors-occur/</link>
		<comments>http://blog.xploiter.com/c-and-aspnet/redirect-your-user-to-their-starting-point-when-validation-errors-occur/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 11:15:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C# and ASP.Net]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://blog.xploiter.com/general-stuff/redirect-your-user-to-their-starting-point-when-validation-errors-occur/</guid>
		<description><![CDATA[Ever had a long webpage with validation that fails on postback but returns the user to the top of the page instead of where you want them? Annoying isnt it. Well in .Net Framework 2.0 (yes it&#8217;s been there a while now), you can use the property: Page.MaintainScrollPositionOnPostBack = true; Well this will force the]]></description>
			<content:encoded><![CDATA[<p>Ever had a long webpage with validation that fails on postback but returns the user to the top of the page instead of where you want them?</p>
<p>Annoying isnt it. Well in .Net Framework 2.0 (yes it&#8217;s been there a while now), you can use the property:</p>
<pre style="FONT-FAMILY: consolas">
Page.MaintainScrollPositionOnPostBack = <span style="COLOR: blue">true</span>;
</pre>
<p>Well this will force the user to be returned back to the last point they clicked i.e. could be a control, button, checkbox etc</p>
<p>Very useful and helps with improving the user experience, something we should all be striving for!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xploiter.com/c-and-aspnet/redirect-your-user-to-their-starting-point-when-validation-errors-occur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ARGHH WordPress is playing up on me :(</title>
		<link>http://blog.xploiter.com/general-stuff/arghh-wordpress-faulty/</link>
		<comments>http://blog.xploiter.com/general-stuff/arghh-wordpress-faulty/#comments</comments>
		<pubDate>Fri, 01 May 2009 07:51:11 +0000</pubDate>
		<dc:creator>Simon Steed</dc:creator>
				<category><![CDATA[General stuff]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[posting problems]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.xploiter.com/?p=234</guid>
		<description><![CDATA[Not a happy bunny this morning. I uploaded a long post this week regarding using the Windows Mixer control API and the formatting is so screwy it&#8217;s not true. Even the title does not appear on the summary page, rewritten it twice already but still no joy]]></description>
			<content:encoded><![CDATA[<p>Not a happy bunny this morning. I uploaded a long post this week regarding using the Windows Mixer control API and the formatting is so screwy it&#8217;s not true.</p>
<p>Even the title does not appear on the summary page, rewritten it twice already but still no joy</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xploiter.com/general-stuff/arghh-wordpress-faulty/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
