<?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; JavaScript</title>
	<atom:link href="http://www.tipsntracks.com/category/javascript/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>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>
	</channel>
</rss>

