<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Conroy Software Snippets</title>
	<link>http://www.conroys.co.uk</link>
	<description>ASP.NET AJAX SQL JQUERY</description>
	<lastBuildDate>Thu, 21 Apr 2011 08:37:46 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	

	<item>
		<title>Reset SQL Identity Seed Using Identity Increment</title>
		<description><![CDATA[Reset SQL Identity Seed Using Identity Increment Back To 1 within Identity Specification To reset the Identity Seed in MS SQL do the following within Microsoft SQL Server Management Studio: 1) Right Click the database that contains your table identity to reset 2) Click New Query 3) Within the query window enter the following line [...]]]></description>
		<link>http://www.conroys.co.uk/2011/04/21/reset-sql-identity-seed-using-identity-increment/</link>
			</item>
	<item>
		<title>The specified DSN contains an architecture mismatch between the Driver and Application</title>
		<description><![CDATA[﻿ The specified DSN contains an architecture mismatch between the Driver and Application I was transferring our company websites from IIS6 to IIS7 servers today and came up against this DSN mismatch problem. (From IIS7) System.Data.Odbc.OdbcException: ERROR [IM014] [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application To cut [...]]]></description>
		<link>http://www.conroys.co.uk/2011/04/12/the-specified-dsn-contains-an-architecture-mismatch-between-the-driver-and-application/</link>
			</item>
	<item>
		<title>How to find an existing control within a masterpage or webpage in asp.net</title>
		<description><![CDATA[One of the first challenges I ever encountered with asp.net was the ability to find an existing control within a webpage, For example, how would I find a label, text box, panel etc. Default.aspx  &#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; &#62;   &#60;head runat=&#8221;server&#8221;&#62;       &#60;title&#62;Find Label Control&#60;/title&#62;   &#60;/head&#62;  &#60;body&#62;       &#60;form id=&#8221;form1&#8243; runat=&#8221;server&#8221;&#62;        &#60;div&#62;          &#60;asp:Label ID=&#8221;lblTest&#8221; [...]]]></description>
		<link>http://www.conroys.co.uk/2011/04/04/how-to-find-an-existing-control-within-a-masterpage-or-webpage-in-asp-net/</link>
			</item>
</channel>
</rss>

