<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>objWoayChee = new TechBlog();</title>
	<atom:link href="http://woaychee.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://woaychee.wordpress.com</link>
	<description>a simple guy who write code....</description>
	<lastBuildDate>Wed, 02 Jun 2010 03:40:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='woaychee.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>objWoayChee = new TechBlog();</title>
		<link>http://woaychee.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://woaychee.wordpress.com/osd.xml" title="objWoayChee = new TechBlog();" />
	<atom:link rel='hub' href='http://woaychee.wordpress.com/?pushpress=hub'/>
		<item>
		<title>I m MOVED to woaychee.com!</title>
		<link>http://woaychee.wordpress.com/2010/02/11/i-m-moving-to-woaychee-com/</link>
		<comments>http://woaychee.wordpress.com/2010/02/11/i-m-moving-to-woaychee-com/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:17:55 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dotnetnuke]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=149</guid>
		<description><![CDATA[Guys, I no longer update my post here. please go to http://www.woaychee.com/index.php/category/technical/ for the latest post.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=149&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2010/02/11/i-m-moving-to-woaychee-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>GridView with Mailto</title>
		<link>http://woaychee.wordpress.com/2009/12/09/gridview-with-mailto/</link>
		<comments>http://woaychee.wordpress.com/2009/12/09/gridview-with-mailto/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:07:20 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[DNN Module Development]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/2009/12/09/gridview-with-mailto/</guid>
		<description><![CDATA[I wish to have an email hyperlink display for every email record display on the gridview. here the sample code. &#60;   asp:TemplateField HeaderText=&#8221;Email&#8221; SortExpression=&#8221;Email&#8221;&#62; &#60;ItemTemplate&#62;  &#60;asp:HyperLink ID=&#8221;hylinkDtl&#8221; runat=&#8221;server&#8221; NavigateUrl=&#8217;&#60;%#(Eval(&#8220;Email&#8221;, &#8220;mailto:{0}&#8221;))%&#62;&#8216;&#62;&#60;% #DataBinder.Eval(Container.DataItem, &#8220;Email&#8221;)%&#62;&#60;/asp:HyperLink&#62;  &#60;/ItemTemplate&#62;  &#60;ItemStyle /&#62;  &#60;/asp:TemplateField&#62;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=126&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2009/12/09/gridview-with-mailto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>Strong Password in DNN</title>
		<link>http://woaychee.wordpress.com/2009/07/22/strong-password-in-dnn/</link>
		<comments>http://woaychee.wordpress.com/2009/07/22/strong-password-in-dnn/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 07:59:10 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[dnn]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=123</guid>
		<description><![CDATA[Just to share I found out that&#8217;s a way to implement the strong password in DNN portal. Open your WEB.CONFIG Look for minRequiredPasswordLength and minRequiredNonalphanumericCharacters Change the value. Save it will do.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=123&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2009/07/22/strong-password-in-dnn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>DNN Schedule Overdue?</title>
		<link>http://woaychee.wordpress.com/2009/06/05/dnn-schedule-overdue/</link>
		<comments>http://woaychee.wordpress.com/2009/06/05/dnn-schedule-overdue/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 07:47:10 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[dnn]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[DotNetNuke v4]]></category>
		<category><![CDATA[Scheduler]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=121</guid>
		<description><![CDATA[Wrote a simple  DNN Scheduler, deployed to Portal and then checked the status and it worked fine at the first place, but it stop working after the first execution. Looking around then found a simple solutions. Login as Host -&#62; Host Setting -&#62; Advanced Setting -&#62;  Other Setting -&#62; Scheduler Mode -&#62; Timer Method -&#62; Update it. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=121&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2009/06/05/dnn-schedule-overdue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>Reuse the User Control in DotNetNuke Skin</title>
		<link>http://woaychee.wordpress.com/2009/02/05/reuse-the-user-control-in-dotnetnuke-skin/</link>
		<comments>http://woaychee.wordpress.com/2009/02/05/reuse-the-user-control-in-dotnetnuke-skin/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 03:36:13 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[dotnetnuke skin]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=113</guid>
		<description><![CDATA[Audience: DNN Skin developer and DNN Skin UI developer Objective: to reuse the User Control that you created in your DNN Skin project. Case Study: I created a skin for a company, this skin project included 4 x Skins, 4 x Containers. Each Skin file we might use dnn:Login, dnn:User, dnn:Logo. Yes, so I have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=113&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2009/02/05/reuse-the-user-control-in-dotnetnuke-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2009/02/headerascx.jpg" medium="image">
			<media:title type="html">header</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2009/02/homeascx.jpg" medium="image">
			<media:title type="html">homeascx</media:title>
		</media:content>
	</item>
		<item>
		<title>interesting article for stored procedure</title>
		<link>http://woaychee.wordpress.com/2008/12/30/some-interesting-article-for-stored-procedure/</link>
		<comments>http://woaychee.wordpress.com/2008/12/30/some-interesting-article-for-stored-procedure/#comments</comments>
		<pubDate>Tue, 30 Dec 2008 06:22:44 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[MSSQL]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=109</guid>
		<description><![CDATA[Guys, if you have time to check it out. This article is related to SP in database server. Credit to my team mate who found this. http://furrukhbaig.wordpress.com/2007/08/22/stored-procedures-factssheet/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=109&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2008/12/30/some-interesting-article-for-stored-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>DotNetNuke Module Load Control Dynamically</title>
		<link>http://woaychee.wordpress.com/2008/12/16/dotnetnuke-module-load-control-dynamically/</link>
		<comments>http://woaychee.wordpress.com/2008/12/16/dotnetnuke-module-load-control-dynamically/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:43:51 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[DNN Module Development]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[DotNetNuke v4]]></category>
		<category><![CDATA[Module Navigation]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=102</guid>
		<description><![CDATA[In my previous project, the application have 3 VIEW screens (the first page is add/update, 2nd page is confirmation page, 3rd page is success or fail error message page). I need to register 3 pages in the module defination and use Globals.NavigateURL to access those pages. For instance, my 2nd Page call ConfirmationPage.acsx (i m [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=102&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2008/12/16/dotnetnuke-module-load-control-dynamically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>Sql Server Login failed without using user login</title>
		<link>http://woaychee.wordpress.com/2008/12/09/sql-server-login-failed-without-using-user-login/</link>
		<comments>http://woaychee.wordpress.com/2008/12/09/sql-server-login-failed-without-using-user-login/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 03:38:01 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[DNN Deployment]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=99</guid>
		<description><![CDATA[I m faced this problem during setting up the Development Server Envirnonemt for DotNetNuke where web apps in Server A and Database sit in Server B. For more information, you can refer this link (If SQL Server is running on a remote computer and the Web server is running IIS 6.0, give the Web server's machine [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=99&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2008/12/09/sql-server-login-failed-without-using-user-login/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>Using TransactionScope in DNN</title>
		<link>http://woaychee.wordpress.com/2008/12/06/using-transactionscope-in-dnn/</link>
		<comments>http://woaychee.wordpress.com/2008/12/06/using-transactionscope-in-dnn/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 13:37:27 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[dnn]]></category>
		<category><![CDATA[DNN Deployment]]></category>
		<category><![CDATA[DNN Module Development]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=97</guid>
		<description><![CDATA[In my previous post, I wrote a post regarding Multiple Records Manipulation using SqlTransaction, but after discussed with the team. I should use TransactionScope in Business Logic Layer which we used to write the code in Controller class. Here the example. Must include this namespace  &#8220;System.Transactions&#8221; public void AddMultipleUserSurvey(List&#60;UserSurveyInfo&#62; objUserSurveyInfoList, int userID)         {             [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=97&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2008/12/06/using-transactionscope-in-dnn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>
	</item>
		<item>
		<title>Handling Transactions in DotNetNuke Custom Module</title>
		<link>http://woaychee.wordpress.com/2008/12/04/handling-transactions-in-dotnetnuke-custom-module/</link>
		<comments>http://woaychee.wordpress.com/2008/12/04/handling-transactions-in-dotnetnuke-custom-module/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 16:49:53 +0000</pubDate>
		<dc:creator>woaychee</dc:creator>
				<category><![CDATA[asp.net]]></category>
		<category><![CDATA[ASP.NET 2.0]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[DNN Deployment]]></category>
		<category><![CDATA[DNN Module Development]]></category>
		<category><![CDATA[dotnetnuke]]></category>
		<category><![CDATA[DotNetNuke v4]]></category>

		<guid isPermaLink="false">http://woaychee.wordpress.com/?p=91</guid>
		<description><![CDATA[taking a simple example,your application is handling not only DELETE the existing record, at the same time, it INSERT multiple records after the DELETION in SINGLE method you code in Controller Class. Imagine your create a simple survey form which consist of a checkboxlist which allow the visitor do a simple survey. (they can check [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=woaychee.wordpress.com&amp;blog=1703469&amp;post=91&amp;subd=woaychee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://woaychee.wordpress.com/2008/12/04/handling-transactions-in-dotnetnuke-custom-module/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1fdfebd6b932eb3956b54c8c9f2a43bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">woaychee</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2008/12/sqltrx01.jpg" medium="image">
			<media:title type="html">sqltrx01</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2008/12/sqltrx02.jpg" medium="image">
			<media:title type="html">sqltrx02</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2008/12/sqltrx03.jpg" medium="image">
			<media:title type="html">sqltrx03</media:title>
		</media:content>

		<media:content url="http://woaychee.files.wordpress.com/2008/12/sqltrx04.jpg" medium="image">
			<media:title type="html">sqltrx04</media:title>
		</media:content>
	</item>
	</channel>
</rss>
