<?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 .NET Technology Blog &#187; C#</title>
	<atom:link href="http://www.unidevtech.com/index.php/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com</link>
	<description>.NET Tips and .....</description>
	<lastBuildDate>Thu, 26 Aug 2010 19:20:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<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 [...]]]></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; runat=&#8221;server&#8221; AutoPostBack=&#8221;true&#8221;
OnSelectedIndexChanged=&#8221;ddDataTables_Changed&#8221; &#62;
      [...]]]></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 the first [...]]]></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>0</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>0</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, and [...]]]></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, a [...]]]></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>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
XmlDocument objects are easy to use [...]]]></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 collective [...]]]></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>
		<item>
		<title>Maintaining the Active Tab in TabContainer Control</title>
		<link>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/</link>
		<comments>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/#comments</comments>
		<pubDate>Thu, 07 May 2009 14:29:21 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=65</guid>
		<description><![CDATA[by George Zheng
Problem
AJAX Control Toolkit has a neat control &#8211; TabContainer, to allow you create tabs on your web page easily. However, one problem with it is that when user refreshes the page, it defaults back to the first tab. This will cause user confusion if you have pagination in third tab let’s say. Every [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/05/maintaining-the-active-tab-in-tabcontainer-control/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
