<?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"
	>
<channel>
	<title>Comments on: Limiting a multi-line Textbox/Textarea with JavaScript</title>
	<atom:link href="http://blog.michaelfasani.com/2008/08/limiting-a-textbox-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.michaelfasani.com/2008/08/limiting-a-textbox-with-javascript/</link>
	<description>Blog, What?</description>
	<pubDate>Tue, 06 Jan 2009 06:47:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Neil-One</title>
		<link>http://blog.michaelfasani.com/2008/08/limiting-a-textbox-with-javascript/#comment-248</link>
		<dc:creator>Neil-One</dc:creator>
		<pubDate>Mon, 22 Sep 2008 09:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfasani.com/?p=25#comment-248</guid>
		<description>I believe you can limit the text field in textarea boxes that runs serverside on the .Net platform.  Using a RegularExpression Validator will sort this out with ease (or you could use a custom validator too).

One other thing, if you set the textmode of the field to "SingleLine" or "Password" then Maxlength magically works!</description>
		<content:encoded><![CDATA[<p>I believe you can limit the text field in textarea boxes that runs serverside on the .Net platform.  Using a RegularExpression Validator will sort this out with ease (or you could use a custom validator too).</p>
<p>One other thing, if you set the textmode of the field to &#8220;SingleLine&#8221; or &#8220;Password&#8221; then Maxlength magically works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Fasani</title>
		<link>http://blog.michaelfasani.com/2008/08/limiting-a-textbox-with-javascript/#comment-205</link>
		<dc:creator>Michael Fasani</dc:creator>
		<pubDate>Fri, 19 Sep 2008 09:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfasani.com/?p=25#comment-205</guid>
		<description>Max length doesn't work on TEXTAREA, thats the point....</description>
		<content:encoded><![CDATA[<p>Max length doesn&#8217;t work on TEXTAREA, thats the point&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheCoder</title>
		<link>http://blog.michaelfasani.com/2008/08/limiting-a-textbox-with-javascript/#comment-38</link>
		<dc:creator>TheCoder</dc:creator>
		<pubDate>Thu, 14 Aug 2008 15:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.michaelfasani.com/?p=25#comment-38</guid>
		<description>Or you could just set 'maxlength' on the control in the development environment which handled this for you with no need for knowledge of javascript.

Seriously outdated advice, not sure I agree with advice being posted which is obsolete.</description>
		<content:encoded><![CDATA[<p>Or you could just set &#8216;maxlength&#8217; on the control in the development environment which handled this for you with no need for knowledge of javascript.</p>
<p>Seriously outdated advice, not sure I agree with advice being posted which is obsolete.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
