<?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>Tips n Tracks &#187; ASP.NET</title>
	<atom:link href="http://www.tipsntracks.com/category/aspnet/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsntracks.com</link>
	<description>knowledge Is Power</description>
	<lastBuildDate>Tue, 17 Jan 2012 07:58:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure</title>
		<link>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html</link>
		<comments>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html#comments</comments>
		<pubDate>Mon, 15 Feb 2010 18:13:20 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=316</guid>
		<description><![CDATA[GridView Custom Paging in ASP.NET 3.5 with SQL Server Stored Procedure GridView — Displays a set of data items in an HTML table. ASP.NET GridView control enables you to display, sort, page, select, and edit data. Default gridview paging works best when you deal with limited pages. If there are more pages then, the performance [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/316/gridview-custom-paging-in-asp-net-3-5-with-sql-server-stored-procedure.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Finding Last line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:20:13 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=301</guid>
		<description><![CDATA[Finding Last line in the text using regular expressions with .net In this regular expressions, we are going to find last line in the text. Regular Expression Pattern .+Z$ A description of the regular expression: Any character, one or more repetitions End of string or before new line at end of string End of line [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/301/finding-last-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding First line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:16:53 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=299</guid>
		<description><![CDATA[Finding First line in the text using regular expressions with .net In this regular expressions, we are going to find first line in the text. Regular Expression Pattern \A.* A description of the regular expression: Beginning of string Any character, any number of repetitions How It Works This regular expression will check for Beginning of [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/299/finding-first-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding each line in the text using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:35:49 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=297</guid>
		<description><![CDATA[Finding each line in the text using regular expressions with .net In this regular expressions, we are going to find each line in the text. Regular Expression Pattern ^.*$ A description of the regular expression: Beginning of line or string Any character, any number of repetitions End of line or strin Sucessful Matches This is [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/297/finding-each-line-in-the-text-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Sentence using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 18:39:06 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html</guid>
		<description><![CDATA[Finding Sentence using regular expressions with .net In the field of linguistics, a sentence —an expression in natural language— is often defined to indicate a grammatical and lexical unit consisting of one or more words that represent distinct concepts. A sentence can include words grouped meaningfully to express a statement, question, exclamation, request or command. [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/294/finding-sentence-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Validation for Check box list</title>
		<link>http://www.tipsntracks.com/201/javascript-validation-for-check-box-list.html</link>
		<comments>http://www.tipsntracks.com/201/javascript-validation-for-check-box-list.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 09:38:07 +0000</pubDate>
		<dc:creator>Anil kumar Pandey</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=201</guid>
		<description><![CDATA[Here is the sample JavaScript code to demonstrate that how can we validate a checkbox list inside the aspx page. Just call function vldChkBoxlist&#40;&#41; and it will validate your checkbox list. function vldChkBoxlist&#40;&#41; &#123; var tableBody = document.getElementById&#40;&#8216;CheckBoxList1&#8217;&#41;.childNodes&#91;0&#93;; for &#40;var i=0;i&#60;tableBody.childNodes.length; i++&#41; &#123; var currentTd = tableBody.childNodes&#91;i&#93;.childNodes&#91;0&#93;; var listControl = currentTd.childNodes&#91;0&#93;; if &#40;listControl.checked =true&#41; &#123; [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/201/javascript-validation-for-check-box-list.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Variations in a Words using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Mon, 20 Jul 2009 15:49:39 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=197</guid>
		<description><![CDATA[Finding Variations in a Words (like John, Johny, Jon, Jonathan) using regular expressions with .net In this regular expression we are going to find out variations in a Words like John, Johny, Jon, Jonathan. Just take a look at above words they all same begining &#34;jo&#34;. Regular Expression Pattern \b[jJ]o\w*\b A description of the regular [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/197/finding-variations-in-a-words-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding words or String with same beginning and end using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Wed, 03 Jun 2009 17:59:48 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=193</guid>
		<description><![CDATA[Finding words or String with same beginning and end using regular expressions with .net In this regular expression we are going to find words or String with same beginning and end. Means we are going to search words like xerox with same beginning and end &#34;x&#34;. Regular Expression Pattern \b(?&#60;First&#62;\w{1,})(?&#60;Second&#62;\w+)(?(Second)\k&#60;First&#62;)\b A description of the regular [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/193/finding-words-or-string-with-same-beginning-and-end-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding all words starting with &#8220;re&#8221; using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 07:44:36 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=187</guid>
		<description><![CDATA[Finding all words starting with &#34;re&#34; using regular expressions with .net In this regular expression we are going to find all words starting with &#34;re&#34;. Means we are going to search words beginning(first two character) will be &#34;re&#34;. Regular Expression Pattern (\bre)\w+\b A description of the regular expression: [1]: A numbered capture group. [\bre] \bre [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/187/finding-all-words-starting-with-re-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding all words ending with &#8220;ing&#8221; using regular expressions with .net</title>
		<link>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html</link>
		<comments>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 17:41:08 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=184</guid>
		<description><![CDATA[Finding all words ending with &#34;ing&#34; using regular expressions with .net In this regular expression we are going to find all words ending with &#34;ing&#34;. Means we are going to search words ending(last three character) will be &#34;ing&#34;. Regular Expression Pattern \b\w+(ing\b) A description of the regular expression: \b\w+ First or last character in a [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/184/finding-all-words-ending-with-ing-using-regular-expressions-with-net.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regular Expressions Hexadecimal RGB color code validation with .net</title>
		<link>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html#comments</comments>
		<pubDate>Fri, 08 May 2009 05:15:09 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=153</guid>
		<description><![CDATA[Regular Expressions Hexadecimal RGB color code validation with .net Hexadecimal RGB color also known as Web colors are colors used in designing web pages. Authors of web pages have a variety of options available for specifying colors for elements of web documents. Colors may be specified as an RGB triplet in hexadecimal format (a hex [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/153/regular-expressions-hexadecimal-rgb-color-code-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Regular Expressions Hexadecimal number validation with .net</title>
		<link>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html#comments</comments>
		<pubDate>Thu, 07 May 2009 04:37:04 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=150</guid>
		<description><![CDATA[Regular Expressions Hexadecimal number validation with .net In mathematics and computer science, hexadecimal (also base-16, hexa, or hex) is a numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or a through [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/150/regular-expressions-hexadecimal-number-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding Four and(or) Six letter words using regular expressions</title>
		<link>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html#comments</comments>
		<pubDate>Sun, 03 May 2009 11:40:36 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=132</guid>
		<description><![CDATA[Finding Four and(or) Six letter words using regular expressions In this regular expression we are going to find out All Four to Six letter words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/132/finding-four-andor-six-letter-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Four to Six letter words using regular expressions</title>
		<link>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html#comments</comments>
		<pubDate>Sat, 02 May 2009 11:34:26 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=129</guid>
		<description><![CDATA[Finding Four to Six letter words using regular expressions In this regular expression we are going to find out All Four to Six letter words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/129/finding-four-to-six-letter-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Words using regular expressions</title>
		<link>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html#comments</comments>
		<pubDate>Fri, 01 May 2009 07:00:48 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=125</guid>
		<description><![CDATA[In this regular expression we are going to find out All Words. A word is a unit (member) of language that represents a concept which can be expressively communicated with meaning. A word consists of one or more morphemes which are linked more or less tightly together, and has a phonetic value. Regular Expression Pattern [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/125/finding-words-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finding Blank Lines using regular expressions</title>
		<link>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:56:11 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=122</guid>
		<description><![CDATA[Finding Blank Lines using regular expressions In this regular expression we are going to find out blank lines. Means we are going to search lines containing only spaces (or Whitespace) and end of line. Regular Expression Pattern ^\s*$ A description of the regular expression: Beginning of line or string Whitespace, any number of repetitions End [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/122/finding-blank-lines-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Validate an email address using regular expressions</title>
		<link>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html</link>
		<comments>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html#comments</comments>
		<pubDate>Thu, 23 Apr 2009 13:22:52 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=117</guid>
		<description><![CDATA[Validate an email address using regular expressions email address are the means of communication with people around the world. While processing forms email address validation plays an important. Proper email validation strengthen our contact list, ban spamming and protect us from robot form filling (Form AutoFill). Here we are going to design a regular expression [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/117/validate-an-email-address-using-regular-expressions.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Regular Expressions IP Address Validation with .net</title>
		<link>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html</link>
		<comments>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:59:43 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=112</guid>
		<description><![CDATA[Regular Expressions IP Address Validation with .net An Internet Protocol (IP) address is a numerical identification (logical address) that is assigned to devices participating in a computer network utilizing the Internet Protocol for communication between its nodes. IP Address Classes: IP addresses are categories into five classes: Class A, Class B, Class C, Class D [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/112/regular-expressions-ip-address-validation-with-net.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Read and Display Data From an Excel File (.xsl or .xlsx) in ASP.NET</title>
		<link>http://www.tipsntracks.com/100/read-and-display-data-from-an-excel-file-xsl-or-xlsx-in-aspnet.html</link>
		<comments>http://www.tipsntracks.com/100/read-and-display-data-from-an-excel-file-xsl-or-xlsx-in-aspnet.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:11:10 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=100</guid>
		<description><![CDATA[Read and Display Data From an Excel File (.xsl or .xlsx) in ASP.NET Microsoft Office Excel is a spreadsheet-application which a good mean to store data in spreadsheet in a table (tabular) form. In this article, we will see how to display data (retrive data or read data) from an Excel spreadsheet using ASP.NET. We [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/100/read-and-display-data-from-an-excel-file-xsl-or-xlsx-in-aspnet.html/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Regular Expressions with .net &#8211; U.S. Social Security Numbers</title>
		<link>http://www.tipsntracks.com/98/regular-expressions-with-net-us-social-security-numbers.html</link>
		<comments>http://www.tipsntracks.com/98/regular-expressions-with-net-us-social-security-numbers.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 17:55:14 +0000</pubDate>
		<dc:creator>Chetankumar Akarte</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C# Language]]></category>
		<category><![CDATA[Regular Expression]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.tipsntracks.com/?p=98</guid>
		<description><![CDATA[Regular Expressions with .net &#8211; U.S. Social Security Numbers In the United States, a Social Security number (abbreviated as SSN) is a nine-digit number issued to U.S. citizens, permanent residents, and temporary (working) residents. U.S. social security numbers are three sets of digits separated by hyphens; the first set contains three digits, the second set [...]]]></description>
		<wfw:commentRss>http://www.tipsntracks.com/98/regular-expressions-with-net-us-social-security-numbers.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

