<?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>DevanathanChandran&#039;s Blog</title>
	<atom:link href="http://devanathanchandran.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://devanathanchandran.wordpress.com</link>
	<description>Dot Net tips</description>
	<lastBuildDate>Wed, 21 Oct 2009 07:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devanathanchandran.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>DevanathanChandran&#039;s Blog</title>
		<link>http://devanathanchandran.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devanathanchandran.wordpress.com/osd.xml" title="DevanathanChandran&#039;s Blog" />
	<atom:link rel='hub' href='http://devanathanchandran.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to import CSV File content into MYSQL table</title>
		<link>http://devanathanchandran.wordpress.com/2009/10/21/how-to-import-csv-file-content-into-mysql-table/</link>
		<comments>http://devanathanchandran.wordpress.com/2009/10/21/how-to-import-csv-file-content-into-mysql-table/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:39:04 +0000</pubDate>
		<dc:creator>devanathanchandran</dc:creator>
				<category><![CDATA[MySOL]]></category>
		<category><![CDATA[import CSV File content into MYSQL table]]></category>
		<category><![CDATA[import csv to mysql]]></category>
		<category><![CDATA[load data local infile]]></category>
		<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://devanathanchandran.wordpress.com/?p=13</guid>
		<description><![CDATA[The simplest way to import csv file content into MYSQL table. Before import, make sure that the table is created or not. Syntax: load data local infile &#8216; &#8216; into table fields terminated by &#8216;,&#8217; lines terminated by &#8216;\n&#8217; (tbl_column_name1,tbl_column_name2,tbl_column_name3,&#8230;,tbl_column_name N); Where, is a current CSV file location,is name of the table, you import contents [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=13&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The simplest way to import csv file content into MYSQL table. Before import, make sure that the table is created or not.</p>
<p>Syntax:</p>
<p>load data local infile &#8216;<br />
&#8216; into table<br />
fields terminated by &#8216;,&#8217;<br />
lines terminated by &#8216;\n&#8217;<br />
(tbl_column_name1,tbl_column_name2,tbl_column_name3,&#8230;,tbl_column_name N);</p>
<p>Where,</p>
<p>is a current CSV file location,is name of the table, you import contents into this table.</p>
<p>tbl_column_name1,tbl_column_name2,tbl_column_name3,&#8230;,tbl_column_name N these are the column-names of a specified table.<br />
[import CSV content into these column fields]</p>
<p>For example:</p>
<p>load data local infile &#8216;C:\\Data\\Accountants.csv&#8217; into table tbl_Data<br />
fields terminated by &#8216;,&#8217;<br />
lines terminated by &#8216;\n&#8217;<br />
(jbl_CategoryID, jbl_BusinessName, jbl_Address, jbl_City, jbl_State, jbl_PinCode, jbl_BusinessPhone1, jbl_BusinessPhone2);</p>
<p>This command you can execute in MYSQL query window or Resultset window.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devanathanchandran.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devanathanchandran.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devanathanchandran.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=13&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devanathanchandran.wordpress.com/2009/10/21/how-to-import-csv-file-content-into-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88cfbfb30aed224e6768a5116f29e1d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devanathanchandran</media:title>
		</media:content>
	</item>
		<item>
		<title>How to get specified div tag content from an html page in asp.net?</title>
		<link>http://devanathanchandran.wordpress.com/2009/10/21/how-to-get-specified-div-tag-content-from-an-html-page-in-asp-net/</link>
		<comments>http://devanathanchandran.wordpress.com/2009/10/21/how-to-get-specified-div-tag-content-from-an-html-page-in-asp-net/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 07:31:46 +0000</pubDate>
		<dc:creator>devanathanchandran</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[div tag]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[Scrap Div tag Content]]></category>
		<category><![CDATA[ScrapDivtagContent in asp.net]]></category>

		<guid isPermaLink="false">http://devanathanchandran.wordpress.com/?p=10</guid>
		<description><![CDATA[The simple and easiest way is “Regular expression”. My source content type is an html format data’s. So I want to scarp the div tag content only from source content and that div tag id is called as “divcontent1”.  I created one small function is called  &#8220;ScrapDivtagContent&#8221;. The function definition is here,     Sub [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=10&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>The simple and easiest way is “Regular expression”. My source content type is an html format data’s. So I want to scarp the div tag content only from source content and that div tag id is called as “divcontent1”.  I created one small function is called  &#8220;ScrapDivtagContent&#8221;. The function definition is here,</div>
<div> </div>
<p> </p>
<p><strong>Sub function ScrapDivtagContent(strSource as string) as String </strong></p>
<p><strong>      Dim mt As Match = Regex.Match(strSource, &#8220;&lt;div\sid=&#8217;divcontent1&#8242;.*?&gt;[\s\S]*?&lt;/.*?div&gt;&#8221;, RegexOptions.Multiline)</strong></p>
<p><strong>      Return mt.Value.Trim</strong></p>
<p><strong>End sub</strong></p>
<div> <br />
<strong>Note:</strong></div>
<div>      The div content id should be unique.</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devanathanchandran.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devanathanchandran.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devanathanchandran.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=10&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devanathanchandran.wordpress.com/2009/10/21/how-to-get-specified-div-tag-content-from-an-html-page-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88cfbfb30aed224e6768a5116f29e1d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devanathanchandran</media:title>
		</media:content>
	</item>
		<item>
		<title>Lost-Focus Event in Asp.net</title>
		<link>http://devanathanchandran.wordpress.com/2009/02/28/lost-focus-event-in-asp-net/</link>
		<comments>http://devanathanchandran.wordpress.com/2009/02/28/lost-focus-event-in-asp-net/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 13:32:22 +0000</pubDate>
		<dc:creator>devanathanchandran</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Lost-Focus Event]]></category>
		<category><![CDATA[Textchanged]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Basically in ASP.net lost-focus event not there in textbox control, But we can use java client-script event. like &#8220;onblur&#8221;. for example, txtZipCode.Attributes.Add(&#8220;onblur&#8221;, &#8220;alert(&#8216;losing focus&#8217;);&#8221;) Step 1:   //     &#8212;- &#8212;- &#8212;-     Step 2: now in code-behind file&#8217;s page_load: Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load txtZipCode.Attributes.Add(&#8220;onblur&#8221;, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=1&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Basically in ASP.net lost-focus event not there in textbox control, But we can use java client-script event. like &#8220;onblur&#8221;.<br />
for example,<br />
txtZipCode.Attributes.Add(&#8220;onblur&#8221;, &#8220;alert(&#8216;losing focus&#8217;);&#8221;)</p>
<p>Step 1:</p>
<p> <br />
// </p>
<p> </p>
<p> </p>
<p>&#8212;-</p>
<p>&#8212;-</p>
<p>&#8212;-</p>
<p> </p>
<p> </p>
<p>Step 2:</p>
<p>now in code-behind file&#8217;s page_load:</p>
<p>Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
txtZipCode.Attributes.Add(&#8220;onblur&#8221;, &#8220;Zipcode;&#8221;)<br />
End sub</p>
<p>Private Sub txtZipCode_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles txtAddress.TextChanged<br />
&#8211;<br />
&#8211;do some code<br />
&#8211;<br />
End sub</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/devanathanchandran.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/devanathanchandran.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/devanathanchandran.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devanathanchandran.wordpress.com&amp;blog=6770698&amp;post=1&amp;subd=devanathanchandran&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devanathanchandran.wordpress.com/2009/02/28/lost-focus-event-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/88cfbfb30aed224e6768a5116f29e1d9?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">devanathanchandran</media:title>
		</media:content>
	</item>
	</channel>
</rss>
