<?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>Unidev Tech Blog &#187; .NET Development</title>
	<atom:link href="http://www.unidevtech.com/index.php/category/dot-net-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com</link>
	<description>Unidev&#039;s IT Blog for Software Developers (JAVA, .NET, Mobile, Automated Controls and more)</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Selecting An Old Value While Binding a DropDownList</title>
		<link>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/</link>
		<comments>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 21:18:50 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=210</guid>
		<description><![CDATA[I had a usual instance where a DropDownList was bound to a table in a database. However, that list of data could change in the database without regard to those values having been previously stored (as text, not IDs, unfortunately) in another table. Meaning that when the DropDownList would now be loaded with the newly [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically Loading External Controls from a DropDownList</title>
		<link>http://www.unidevtech.com/index.php/2010/04/dynamically-loading-external-controls-from-a-dropdownlist/</link>
		<comments>http://www.unidevtech.com/index.php/2010/04/dynamically-loading-external-controls-from-a-dropdownlist/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 14:24:15 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=202</guid>
		<description><![CDATA[Displaying a specific web user control (.ascx) from a dropdown selection is a fairly straightforward process. Create an asp:DropDownList with OnSelectedIndexChanged set to a function. This function will load a user control file based on the selected value of the dropdown. Also, create an asp:PlaceHolder where the control will be placed.          &#60;asp:DropDownList ID=&#8221;ddDataTables&#8221; [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2010/04/dynamically-loading-external-controls-from-a-dropdownlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Triggering a Specific GridView Row Command When Page Loads</title>
		<link>http://www.unidevtech.com/index.php/2010/02/triggering-a-specific-gridview-row-command-when-page-loads/</link>
		<comments>http://www.unidevtech.com/index.php/2010/02/triggering-a-specific-gridview-row-command-when-page-loads/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:14:12 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[dotnet]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=193</guid>
		<description><![CDATA[I have an asp.net page with a gridview and each row uses a TemplateField to make a LinkButton to select the row. In my case, the action of clicking the text link triggers a FormView to appear in order to edit the data.   I needed a way to open the editing form automatically for [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2010/02/triggering-a-specific-gridview-row-command-when-page-loads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display a Nested List Inside Another Repeater</title>
		<link>http://www.unidevtech.com/index.php/2010/01/display-nested-list-inside-another-repeater/</link>
		<comments>http://www.unidevtech.com/index.php/2010/01/display-nested-list-inside-another-repeater/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:28:27 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=175</guid>
		<description><![CDATA[A simple way to display a list of data is to use an asp:Repeater. If the data also needs to show a nested list of related data for each main item, one can place another Repeater inside the first. In the code behind, the queries used for each Repeater can be linked in a dataset as a [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2010/01/display-nested-list-inside-another-repeater/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Article Series and Planned Topics</title>
		<link>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/</link>
		<comments>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:32:36 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[ReportViewer control]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Integration Services]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=168</guid>
		<description><![CDATA[by Allan Sieker When it comes time to write an interesting article about a technical topic my mind goes into a deadlock in trying to find the balance between space/time constraints and keeping the content interesting.  Too short of an article and it seems trivial because the technical stuff doesn’t get covered enough.  Too technical, [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using A Data Container Column as an Inline IF Condition</title>
		<link>http://www.unidevtech.com/index.php/2009/10/using-a-data-container-column-as-an-inline-if-condition/</link>
		<comments>http://www.unidevtech.com/index.php/2009/10/using-a-data-container-column-as-an-inline-if-condition/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:02:51 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=144</guid>
		<description><![CDATA[I find myself using .net data containers in many web applications.  Binding controls such as asp:Repeater and asp:DataList to data sources can make displaying your data more manageable.  In a few of those instances I need to have some of the data display in a little different manner depending on that particular info. For example, [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/10/using-a-data-container-column-as-an-inline-if-condition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Before You Start Increasing the CommandTimeout Value&#8230;</title>
		<link>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/</link>
		<comments>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:51:49 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=138</guid>
		<description><![CDATA[by Allan Sieker Just recently I had the opportunity to investigate a timeout error happening on an ASP.NET web application of a new client.   This web application is a very intense and complex business solution involving tiered hierarchies of entities for companies, resources, processes, and projects.  Definitely not your typical web site. The source of the timeout was an embedded SQL query consisting [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Process XML in C#.net</title>
		<link>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/</link>
		<comments>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 14:57:13 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=108</guid>
		<description><![CDATA[By George Zheng XML has been used in a lot of places for transferring data because of its platform independence and its simple, text-based, self-describing format. It is a common requirement for preparing and consuming XML data. Microsoft provides several convenience tools to help developers deal with XML under .NET platform. System.Xml.XmlTextReader/System.Xml.XmlTextWriter System.Xml.Serialization.XMLSerializer System.Xml.Linq XmlTextReader/XmlTextWriter [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Coding Standards and SQL Mistakes</title>
		<link>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/</link>
		<comments>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:48:46 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[coding standards]]></category>
		<category><![CDATA[dotNet .net webapp website coding c# vbscript]]></category>
		<category><![CDATA[sql mistakes]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=97</guid>
		<description><![CDATA[ By Allan Sieker If you want to learn something from one of the best, please check out Clint Edmonson&#8217;s web site where you can download free coding standards for both VB and C#.  I worked with Clint at AB and I must say that he is one sharp guy.  I am sure he raised Microsoft&#8217;s [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/06/coding-standards-and-sql-mistakes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Saving Web Contact Info to a Downloadable Spreadsheet</title>
		<link>http://www.unidevtech.com/index.php/2009/05/saving-web-contact-info-to-a-downloadable-spreadsheet/</link>
		<comments>http://www.unidevtech.com/index.php/2009/05/saving-web-contact-info-to-a-downloadable-spreadsheet/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:03:52 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=84</guid>
		<description><![CDATA[Usually a website owner has the data from their contact forms emailed to them.  But sometimes it can be useful for the site to automatically add that info to an ongoing list of contacts.  One way that most people like to be able to see and sort such data is in a spreadsheet.  It is [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/05/saving-web-contact-info-to-a-downloadable-spreadsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

