<?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; dot Net</title>
	<atom:link href="http://www.itechsystemz.com/blog/category/programming/dot-net/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>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>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>
	</channel>
</rss>

