<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Unidev .NET Technology Blog</title>
	
	<link>http://www.unidevtech.com</link>
	<description>.NET Tips and .....</description>
	<lastBuildDate>Wed, 14 Jul 2010 21:18:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/UnidevnetTechnologyBlog" /><feedburner:info uri="unidevnettechnologyblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Selecting An Old Value While Binding a DropDownList</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/CIlDI73l8HA/</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[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=210</guid>
		<description> 
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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/CIlDI73l8HA" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2010/07/selecting-an-old-value-while-binding-a-dropdownlist/</feedburner:origLink></item>
		<item>
		<title>Dynamically Loading External Controls from a DropDownList</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/b2RSH_igkm0/</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>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.
 
       &amp;#60;asp:DropDownList ID=&amp;#8221;ddDataTables&amp;#8221; runat=&amp;#8221;server&amp;#8221; AutoPostBack=&amp;#8221;true&amp;#8221;
OnSelectedIndexChanged=&amp;#8221;ddDataTables_Changed&amp;#8221; &amp;#62;
      [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/b2RSH_igkm0" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2010/04/dynamically-loading-external-controls-from-a-dropdownlist/</feedburner:origLink></item>
		<item>
		<title>Triggering a Specific GridView Row Command When Page Loads</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/RXV4w-Lq8Ck/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/RXV4w-Lq8Ck" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2010/02/triggering-a-specific-gridview-row-command-when-page-loads/</feedburner:origLink></item>
		<item>
		<title>Display a Nested List Inside Another Repeater</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/QS72WjZbfps/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/QS72WjZbfps" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2010/01/display-nested-list-inside-another-repeater/</feedburner:origLink></item>
		<item>
		<title>Article Series and Planned Topics</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/gAIHpCK6DO0/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/gAIHpCK6DO0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/12/article-series-and-planned-topics/</feedburner:origLink></item>
		<item>
		<title>Importing Mixed ZIP Codes into SQL Server from Excel</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/DXdLELwnx5o/</link>
		<comments>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:51:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=157</guid>
		<description>I had a spreadsheet with tens of thousands of mailing addresses. One of the columns was  the ZIP code for each address row.  Some of those ZIP codes were in the ZIP + 4 format (12345-6789) and others were not.  Those others were 3, 4 or 5 digit numbers.  When the data was put into [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/DXdLELwnx5o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/</feedburner:origLink></item>
		<item>
		<title>Using A Data Container Column as an Inline IF Condition</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/YQTDQRjBtKk/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/YQTDQRjBtKk" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/10/using-a-data-container-column-as-an-inline-if-condition/</feedburner:origLink></item>
		<item>
		<title>Before You Start Increasing the CommandTimeout Value…</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/fEd5ptnkrRk/</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>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 of a [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/fEd5ptnkrRk" height="1" width="1"/&gt;</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>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/09/before-you-start-increasing-the-commandtimeout-value/</feedburner:origLink></item>
		<item>
		<title>Could not load file or assembly ‘apache fop.net’ or one of its dependencies</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/w3RyugsUino/</link>
		<comments>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:31:22 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=127</guid>
		<description>By George Zheng 
When we deploy one of our web sites to a 64 bit web server, we get following error: “Could not load file or assembly &amp;#8216;apachefop.net&amp;#8217; or one of its dependencies. An attempt was made to load a program with an incorrect format.”
This web site is using fop.net to generate the PDF for [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/w3RyugsUino" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/</feedburner:origLink></item>
		<item>
		<title>Process XML in C#.net</title>
		<link>http://feedproxy.google.com/~r/UnidevnetTechnologyBlog/~3/63lhBZ3fJ68/</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>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 [...]&lt;img src="http://feeds.feedburner.com/~r/UnidevnetTechnologyBlog/~4/63lhBZ3fJ68" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.unidevtech.com/index.php/2009/07/process-xml-in-aspnet/</feedburner:origLink></item>
	</channel>
</rss>
