<?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>iTech Systemz Blog &#187; Programming</title>
	<atom:link href="http://www.itechsystemz.com/blog/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.itechsystemz.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 15 Dec 2009 07:53:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Transfer focus to button at run-time, if you have more than one buttons</title>
		<link>http://www.itechsystemz.com/blog/transfer-focus-to-button-at-run-time-if-you-have-more-than-one-buttons</link>
		<comments>http://www.itechsystemz.com/blog/transfer-focus-to-button-at-run-time-if-you-have-more-than-one-buttons#comments</comments>
		<pubDate>Tue, 15 Dec 2009 07:51:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java Script]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[dot Net]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=17</guid>
		<description><![CDATA[Code for ASP.Net in C#.Net: TextBox1.Attributes.Add(&#8220;onkeydown&#8221;, &#8220;if(event.which &#124;&#124; event.keyCode){if ((event.which == 13) &#124;&#124; (event.keyCode == 13)) {document.getElementById(&#8216;&#8221; + Button1.UniqueID + &#8220;&#8216;).click();return false;}} else {return true}; &#8220;);]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/transfer-focus-to-button-at-run-time-if-you-have-more-than-one-buttons/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is OpenID?</title>
		<link>http://www.itechsystemz.com/blog/what-is-openid</link>
		<comments>http://www.itechsystemz.com/blog/what-is-openid#comments</comments>
		<pubDate>Fri, 22 Feb 2008 20:12:30 +0000</pubDate>
		<dc:creator>faraz</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=16</guid>
		<description><![CDATA[OpenID eliminates the need for multiple usernames across different websites, simplifying your online experience. With one OpenID you can login to all your favorite websites and forget about online paperwork. You get to choose the OpenID Provider that best meets your needs and most importantly that you trust. At the same time, your OpenID can [...]]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/what-is-openid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fill HTML DropDown Using Javascript</title>
		<link>http://www.itechsystemz.com/blog/fill-html-dropdown-using-javascript</link>
		<comments>http://www.itechsystemz.com/blog/fill-html-dropdown-using-javascript#comments</comments>
		<pubDate>Sun, 07 Oct 2007 09:38:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=11</guid>
		<description><![CDATA[function FillDropDown() {]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/fill-html-dropdown-using-javascript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to print contents of DataGridView</title>
		<link>http://www.itechsystemz.com/blog/how-to-print-contents-of-datagridview</link>
		<comments>http://www.itechsystemz.com/blog/how-to-print-contents-of-datagridview#comments</comments>
		<pubDate>Fri, 05 Oct 2007 06:34:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[dot Net]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=10</guid>
		<description><![CDATA[Hi all, I am developing a windows based application in C#.Net and using]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/how-to-print-contents-of-datagridview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript to Check Characters in a String</title>
		<link>http://www.itechsystemz.com/blog/javascript-chack-the-characters-in-a-string</link>
		<comments>http://www.itechsystemz.com/blog/javascript-chack-the-characters-in-a-string#comments</comments>
		<pubDate>Fri, 05 Oct 2007 06:10:07 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=9</guid>
		<description><![CDATA[//The function given below is use to validate the string in correct format or not. In case of correct format the function will return true as result otherwise will return false. &#60;script language=&#8217;javascript&#8217; type=&#8217;text/javascript&#8217;&#62; function IsLettersDigitsChars(strString) {]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/javascript-chack-the-characters-in-a-string/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: To Print the Data of Particular Area</title>
		<link>http://www.itechsystemz.com/blog/javascript-to-print-the-data-in-particular-area</link>
		<comments>http://www.itechsystemz.com/blog/javascript-to-print-the-data-in-particular-area#comments</comments>
		<pubDate>Mon, 01 Oct 2007 15:33:43 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Java Script]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=7</guid>
		<description><![CDATA[function CallPrint(DivId) {]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/javascript-to-print-the-data-in-particular-area/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#.Net: Apply Selection Formula in (.Net Builtin) Crystal Report 9</title>
		<link>http://www.itechsystemz.com/blog/cnet-apply-selection-formula-in-net-builtin-crystal-report-9</link>
		<comments>http://www.itechsystemz.com/blog/cnet-apply-selection-formula-in-net-builtin-crystal-report-9#comments</comments>
		<pubDate>Mon, 01 Oct 2007 10:40:02 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[dot Net]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=6</guid>
		<description><![CDATA[//In the given code below, CrptInTransit is the name of calling report, and crystalReportViewer1 is use to display the report. CrptInTransit report = new CrptInTransit(); report.RecordSelectionFormula = &#8220;{tblIntransit.ScrollDate} &#62;= #&#8221; + DateFrom.ToShortDateString() + &#8220;# and {tblIntransit.ScrollDate} &#60;= #&#8221; + DateTo.ToShortDateString() + &#8220;#&#8221;; crystalReportViewer1.ReportSource = report;]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/cnet-apply-selection-formula-in-net-builtin-crystal-report-9/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C#.Net: How to Check/Uncheck the CheckBox in DataGridView1</title>
		<link>http://www.itechsystemz.com/blog/cnet-how-to-checkuncheck-the-checkbox-in-datagridview1</link>
		<comments>http://www.itechsystemz.com/blog/cnet-how-to-checkuncheck-the-checkbox-in-datagridview1#comments</comments>
		<pubDate>Fri, 28 Sep 2007 10:16:46 +0000</pubDate>
		<dc:creator>faraz</dc:creator>
				<category><![CDATA[dot Net]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=4</guid>
		<description><![CDATA[private void dataGridView1_CellClick(object sender, DataGridViewCellEventArgse) { bool value = (bool)(this.dataGridView1.Rows[e.RowIndex].Cells[0].Value ?? false); this.dataGridView1.Rows[e.RowIndex].Cells[0].Value = !value; }]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/cnet-how-to-checkuncheck-the-checkbox-in-datagridview1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between MyISAM and InnoDB</title>
		<link>http://www.itechsystemz.com/blog/difference-between-myisam-and-innodb</link>
		<comments>http://www.itechsystemz.com/blog/difference-between-myisam-and-innodb#comments</comments>
		<pubDate>Tue, 25 Sep 2007 09:23:23 +0000</pubDate>
		<dc:creator>faraz</dc:creator>
				<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=3</guid>
		<description><![CDATA[MyISAM is faster then InnoDB MyISAM]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/difference-between-myisam-and-innodb/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove all characters except numbers and letters from a string in PHP</title>
		<link>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php</link>
		<comments>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php#comments</comments>
		<pubDate>Fri, 21 Sep 2007 10:44:37 +0000</pubDate>
		<dc:creator>faraz</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.itechsystemz.com/blog/?p=2</guid>
		<description><![CDATA[&#60;?php $string = &#8216;your string&#8217;; $new_string = ereg_replace( &#8216;[^A-Za-z0-9]&#8216;, &#8221;, $string); echo $new_string; ?&#62;]]></description>
		<wfw:commentRss>http://www.itechsystemz.com/blog/remove-all-characters-except-numbers-and-letters-from-a-string-in-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

