<?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>Beta Code</title>
	<atom:link href="http://betacode.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://betacode.wordpress.com</link>
	<description>Working with code Stuff!... Σ3β - Expertise - Experience - Excellence</description>
	<lastBuildDate>Tue, 27 Dec 2011 08:47:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='betacode.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/0a2b4cca50e681153ce6ddf031cec794?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Beta Code</title>
		<link>http://betacode.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://betacode.wordpress.com/osd.xml" title="Beta Code" />
	<atom:link rel='hub' href='http://betacode.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Change Style of Selected Item in a CheckboxList using JQuery</title>
		<link>http://betacode.wordpress.com/2011/06/15/change-style-of-selected-item-in-a-checkboxlist-using-jquery/</link>
		<comments>http://betacode.wordpress.com/2011/06/15/change-style-of-selected-item-in-a-checkboxlist-using-jquery/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:54:42 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[change checkboxlist Item style]]></category>
		<category><![CDATA[Change Style of Selected Item in a CheckboxList using JQuery]]></category>
		<category><![CDATA[CheckboxList]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[How to change checkbox list Item style]]></category>
		<category><![CDATA[How to change Checkboxlist Item Color]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[when select the checkboxlist item change the style]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=498</guid>
		<description><![CDATA[Change the style when i select the CheckBoxList Item, &#60;form id="form1" runat="server"&#62;  &#60;div&#62;  &#60;asp:CheckBoxList ID="CheckBoxList1" runat="server"  onclick="checkboxSelection();"&#62; &#60;asp:ListItem Text ="AAA"&#62;&#60;/asp:ListItem&#62;  &#60;asp:ListItem Text ="BBB"&#62;&#60;/asp:ListItem&#62;  &#60;asp:ListItem Text ="CCC"&#62;&#60;/asp:ListItem&#62;  &#60;asp:ListItem Text ="DDD"&#62;&#60;/asp:ListItem&#62;  &#60;/asp:CheckBoxList&#62;  &#60;/div&#62;  &#60;/form&#62; &#60;style type="text/css"&#62;  .selected { color:Red; font-weight:bold; }  .nonselected { color:Black; } &#60;/style&#62; &#60;script language="javascript" type="text/javascript"&#62; function checkboxSelection()  { var parentDiv; $("input:checkbox").each(function (i) { parentDiv [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=498&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2011/06/15/change-style-of-selected-item-in-a-checkboxlist-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>What is serialize in Jquery</title>
		<link>http://betacode.wordpress.com/2011/06/14/what-is-serialize-in-jquery/</link>
		<comments>http://betacode.wordpress.com/2011/06/14/what-is-serialize-in-jquery/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:09:38 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Serialize]]></category>
		<category><![CDATA[What is serialize in Jquery]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=477</guid>
		<description><![CDATA[Serialize is typically used to prepare user input data to be posted to a server. The Serialized data is in a standard  format that is compatible with almost all server side programming languages and frameworks.In order to work properly  serialize requires that form fields have a name attribute. Having only id will not work.  Note [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=477&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2011/06/14/what-is-serialize-in-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL SERVER – Get the Day of the Week Function</title>
		<link>http://betacode.wordpress.com/2011/05/31/sql-server-get-the-day-of-the-week-function/</link>
		<comments>http://betacode.wordpress.com/2011/05/31/sql-server-get-the-day-of-the-week-function/#comments</comments>
		<pubDate>Tue, 31 May 2011 10:16:53 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Day Name]]></category>
		<category><![CDATA[Day of the Name]]></category>
		<category><![CDATA[Get day]]></category>
		<category><![CDATA[Get the Day of the Week Function]]></category>
		<category><![CDATA[How to get Day of the Name]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=471</guid>
		<description><![CDATA[The day of the week can be retrieved in SQL Server by using the DatePart function. The value returned by function is between 1 (Sunday) and 7 (Saturday). To convert this to a string representing the day of the week, use a CASE statement. Method 1: Create function running following script: CREATE FUNCTION dbo.udf_DayOfWeek(@dtDate DATETIME) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=471&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2011/05/31/sql-server-get-the-day-of-the-week-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>User Defined function in SQL Server</title>
		<link>http://betacode.wordpress.com/2011/05/05/user-defined-function-in-sql-server/</link>
		<comments>http://betacode.wordpress.com/2011/05/05/user-defined-function-in-sql-server/#comments</comments>
		<pubDate>Thu, 05 May 2011 09:24:54 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[function in sql server]]></category>
		<category><![CDATA[function user defined]]></category>
		<category><![CDATA[User Defined function in SQL Server]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=464</guid>
		<description><![CDATA[In the simplest terms, a user-defined function (UDF) in SQL Server is a programming construct that accepts parameters, does work that typically makes use of the accepted parameters, and returns a type of result. This article will cover two types of UDFs: table-valued and scalar-valued. (I will not be covering aggregate functions.) Types of UDFs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=464&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2011/05/05/user-defined-function-in-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>Add options to a DropDownList using Javascript and jQuery</title>
		<link>http://betacode.wordpress.com/2011/02/23/add-options-to-a-dropdownlist-using-javascript-and-jquery/</link>
		<comments>http://betacode.wordpress.com/2011/02/23/add-options-to-a-dropdownlist-using-javascript-and-jquery/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 10:59:36 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Java Script]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Add options to a DropDownList using Javascript and jQuery]]></category>
		<category><![CDATA[add options to dropdownlist using jquery]]></category>
		<category><![CDATA[dropdownlist]]></category>
		<category><![CDATA[dynamically add options to dropdownlist using jquery and javascript]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[options]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=460</guid>
		<description><![CDATA[Adding items in Drop Down List or List Box using Javascript &#60;script type="text/javascript"&#62; function AddItem(Text,Value) { // Create an Option object var opt = document.createElement("option"); // Add an Option object to Drop Down/List Box document.getElementById("DropDownList1").options.add(opt); // Assign text and value to Option object opt.text = Text; opt.value = Value; }&#60;script /&#62; In JQuery like below, var [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=460&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2011/02/23/add-options-to-a-dropdownlist-using-javascript-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>Trim functions in Javascript</title>
		<link>http://betacode.wordpress.com/2010/10/29/trim-functions-in-javascript/</link>
		<comments>http://betacode.wordpress.com/2010/10/29/trim-functions-in-javascript/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 10:19:58 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Regex]]></category>
		<category><![CDATA[javascript objects]]></category>
		<category><![CDATA[left trim]]></category>
		<category><![CDATA[ltrim]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[right trim]]></category>
		<category><![CDATA[rtrim]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[Trim functions in Javascript]]></category>
		<category><![CDATA[trim functions using javascript objects]]></category>
		<category><![CDATA[trim functions using prototype]]></category>
		<category><![CDATA[trim javascript objects]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=449</guid>
		<description><![CDATA[Simple Trim Function : function trim(args) { while (args.substring(0,1) == &#8216; &#8216;) { args = args.substring(1, args.length); }&#160; while (args.substring(args.length-1, args.length) == &#8216; &#8216;) { args = args.substring(0,args.length-1); } return args; } //[OR] function trim(str) { if (str != null) { var i; for (i = 0; i &#60; str.length; i++) { if (str.charAt(i) != [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=449&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2010/10/29/trim-functions-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>Get Calling Method using Reflection in C#</title>
		<link>http://betacode.wordpress.com/2010/10/26/get-calling-method-using-reflection-in-c-shar/</link>
		<comments>http://betacode.wordpress.com/2010/10/26/get-calling-method-using-reflection-in-c-shar/#comments</comments>
		<pubDate>Tue, 26 Oct 2010 07:47:27 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Get Calling Method using Reflection in C#]]></category>
		<category><![CDATA[how to get the function name]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=446</guid>
		<description><![CDATA[To get name of calling method use method StackTrace.Get­Frame. Create new instance of StackTrace and call method GetFrame(1). The parameter is index of method call in call stack. Index of the first (the nearest) method call is „1“, so it returns a StackFrame of the calling method (method which directly called the current method). To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=446&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2010/10/26/get-calling-method-using-reflection-in-c-shar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>Splitting a String in C# with Multiple characters</title>
		<link>http://betacode.wordpress.com/2010/10/14/splitting-a-string-in-c-sharp-with-multiple-characters/</link>
		<comments>http://betacode.wordpress.com/2010/10/14/splitting-a-string-in-c-sharp-with-multiple-characters/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 09:36:54 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[split]]></category>
		<category><![CDATA[split logic using c#]]></category>
		<category><![CDATA[split logic using Regex]]></category>
		<category><![CDATA[split string in multiple characters]]></category>
		<category><![CDATA[Splitting a String in C# with Multiple characters]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=431</guid>
		<description><![CDATA[Splitting a String in C# with Multiple characters, string strData = &#8220;abc][rfd][5][,][.";string strDelimitor = "][";&#160; string[] strGetSplit = strData.Split(new[] { strDelimitor }, StringSplitOptions.None); the strGetSplit give the results as, strGetSplit[0] = &#8220;abc; strGetSplit[1] = &#8220;rfd&#8221;; strGetSplit[2] = &#8220;5&#8243;; strGetSplit[3] = &#8220;,&#8221;; strGetSplit[4] = &#8220;.&#8221;; using System; class Program { static void Main() { string value [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=431&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2010/10/14/splitting-a-string-in-c-sharp-with-multiple-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>How to move XML Data to SqlServer Database using SqlBulkCopy</title>
		<link>http://betacode.wordpress.com/2010/09/13/how-to-move-xml-data-to-sqlserver-database-using-sqlbulkcopy/</link>
		<comments>http://betacode.wordpress.com/2010/09/13/how-to-move-xml-data-to-sqlserver-database-using-sqlbulkcopy/#comments</comments>
		<pubDate>Mon, 13 Sep 2010 12:50:36 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[How to move XML Data to SqlServer Database using SqlBulkCopy]]></category>
		<category><![CDATA[Move xml data to sql server]]></category>
		<category><![CDATA[using sqlbulkcopy]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XMl Data to sql server]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=413</guid>
		<description><![CDATA[This post has created to move the XML data to SqlServer table, Create one table like below code, Create table tbltest (TId int ,TName varchar(50)) In Code behind C# file, Must add the Namespace in header file using System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) { //Data backup from XML file to Database DataSet dsReportData [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=413&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2010/09/13/how-to-move-xml-data-to-sqlserver-database-using-sqlbulkcopy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
		<item>
		<title>Split Function in SQL Server 2005 for Multiple List</title>
		<link>http://betacode.wordpress.com/2010/09/08/split-function-in-sql-server-2005-for-multiple-list/</link>
		<comments>http://betacode.wordpress.com/2010/09/08/split-function-in-sql-server-2005-for-multiple-list/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 10:58:56 +0000</pubDate>
		<dc:creator>witssquare</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[multiple param in split logic]]></category>
		<category><![CDATA[split function in easy way]]></category>
		<category><![CDATA[Split function in SQL Server 2005]]></category>
		<category><![CDATA[Split Function in SQL Server 2005 for Multiple List]]></category>
		<category><![CDATA[split logic]]></category>
		<category><![CDATA[Split Logic using SQL function]]></category>
		<category><![CDATA[sql server 2005]]></category>

		<guid isPermaLink="false">http://betacode.wordpress.com/?p=408</guid>
		<description><![CDATA[Split Function in SQL Server to break comma-seperated strings into table for Multi param List Create a function for dbo.[fnSplit], CREATE FUNCTION [dbo].[fnSplit](@StringInput NVARCHAR(Max),@StringInput2 NVARCHAR(Max),@Delimiter nvarchar(1)) RETURNS @OutputTable TABLE ([Col1] NVARCHAR(Max),[Col2] NVARCHAR(Max)) AS BEGIN DECLARE @StringOut NVARCHAR(Max) DECLARE @StringOut2 NVARCHAR(Max) WHILE LEN(@StringInput) &#62; 0 BEGIN &#8211;First Column Process SET @StringOut = LTRIM(RTRIM(LEFT(@StringInput, ISNULL(NULLIF(CHARINDEX(@Delimiter, @StringInput) &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=betacode.wordpress.com&amp;blog=13634103&amp;post=408&amp;subd=betacode&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://betacode.wordpress.com/2010/09/08/split-function-in-sql-server-2005-for-multiple-list/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a092c33f5beb07cf8688149eb04760d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Motta Thambu Family (Sobanapuram)</media:title>
		</media:content>
	</item>
	</channel>
</rss>
