<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Enable Disable Radio button Text box in JavaScript</title>
	<atom:link href="http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:24:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: charlie</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-20135</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Tue, 19 Apr 2011 11:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-20135</guid>
		<description>this topic is very useful.it&#039;s just barely simple to understand.thank you for sharing this</description>
		<content:encoded><![CDATA[<p>this topic is very useful.it&#8217;s just barely simple to understand.thank you for sharing this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vinod kumar kushawaha</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-18881</link>
		<dc:creator>Vinod kumar kushawaha</dc:creator>
		<pubDate>Fri, 11 Mar 2011 04:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-18881</guid>
		<description>protected void Page_Load(object sender, EventArgs e)
    {
        if (SelectUnit.Checked == true)
        {
            UnitDdl.Enabled = true;

            CmdDdl.Enabled = false;
            TypeDdl.Enabled = false;
           
        }
        if (SelectCommand.Checked == true)
        {
            
            UnitDdl.Enabled = false;

            CmdDdl.Enabled = true;
            TypeDdl.Enabled = true;
           


        }
}</description>
		<content:encoded><![CDATA[<p>protected void Page_Load(object sender, EventArgs e)<br />
    {<br />
        if (SelectUnit.Checked == true)<br />
        {<br />
            UnitDdl.Enabled = true;</p>
<p>            CmdDdl.Enabled = false;<br />
            TypeDdl.Enabled = false;</p>
<p>        }<br />
        if (SelectCommand.Checked == true)<br />
        {</p>
<p>            UnitDdl.Enabled = false;</p>
<p>            CmdDdl.Enabled = true;<br />
            TypeDdl.Enabled = true;</p>
<p>        }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ixiel</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-17061</link>
		<dc:creator>ixiel</dc:creator>
		<pubDate>Fri, 14 Jan 2011 07:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-17061</guid>
		<description>You are like NEO in the matrix world! Thank you!</description>
		<content:encoded><![CDATA[<p>You are like NEO in the matrix world! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-15351</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 10 Dec 2010 16:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-15351</guid>
		<description>extremly good example. thank you!</description>
		<content:encoded><![CDATA[<p>extremly good example. thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiago Rigo</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-9043</link>
		<dc:creator>Tiago Rigo</dc:creator>
		<pubDate>Thu, 20 May 2010 13:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-9043</guid>
		<description>very nice example!
You solved my problem with disabling radio button and struts tags!
thank you!</description>
		<content:encoded><![CDATA[<p>very nice example!<br />
You solved my problem with disabling radio button and struts tags!<br />
thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-4534</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 18 Nov 2009 00:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-4534</guid>
		<description>How do you implement it on a nested type of form?</description>
		<content:encoded><![CDATA[<p>How do you implement it on a nested type of form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasmukh</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-3195</link>
		<dc:creator>Hasmukh</dc:creator>
		<pubDate>Thu, 01 Oct 2009 07:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-3195</guid>
		<description>For html controls its works fine, but i need it in asp.net , i am not able to convert it can anyone help
thanks</description>
		<content:encoded><![CDATA[<p>For html controls its works fine, but i need it in asp.net , i am not able to convert it can anyone help<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Millicent</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-722</link>
		<dc:creator>Millicent</dc:creator>
		<pubDate>Mon, 27 Jul 2009 20:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-722</guid>
		<description>Thank you.</description>
		<content:encoded><![CDATA[<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Perkins</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-13</link>
		<dc:creator>Lisa Perkins</dc:creator>
		<pubDate>Wed, 25 Mar 2009 19:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-13</guid>
		<description>Thank you so much for sharing this. It helped tremendously!</description>
		<content:encoded><![CDATA[<p>Thank you so much for sharing this. It helped tremendously!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jorge Torres</title>
		<link>http://www.easywayserver.com/blog/enable-disable-radio-button-text-box-in-javascript/comment-page-1/#comment-12</link>
		<dc:creator>Jorge Torres</dc:creator>
		<pubDate>Fri, 23 Jan 2009 00:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.easywayserver.com/blog/?p=11#comment-12</guid>
		<description>Very nice Demo indeed.  This is exactly what I was looking for. Thanx!</description>
		<content:encoded><![CDATA[<p>Very nice Demo indeed.  This is exactly what I was looking for. Thanx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

