<?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: Tips/Tricks &#8211; How to control MaxLength of Multiline TextBox in ASP.NET 1.1?</title>
	<atom:link href="http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/feed" rel="self" type="application/rss+xml" />
	<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11</link>
	<description>Sharing our knowledge</description>
	<lastBuildDate>Mon, 30 Apr 2012 09:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>By: hazim rihani</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-396961</link>
		<dc:creator>hazim rihani</dc:creator>
		<pubDate>Sun, 29 Jan 2012 14:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-396961</guid>
		<description>this will not work if you copied and pasted over 12 letters, 12 -1 = 11 !!</description>
		<content:encoded><![CDATA[<p>this will not work if you copied and pasted over 12 letters, 12 -1 = 11 !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kenshiroh</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-381732</link>
		<dc:creator>kenshiroh</dc:creator>
		<pubDate>Mon, 26 Dec 2011 07:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-381732</guid>
		<description>Great article!

As for the &quot;Paste&quot; problem, see article from the link below
http://www.codeproject.com/Tips/128674/How-to-prevent-a-drag-and-drop-text-and-Copy-paste.aspx

Now no need for server side validation</description>
		<content:encoded><![CDATA[<p>Great article!</p>
<p>As for the &#8220;Paste&#8221; problem, see article from the link below<br />
<a href="http://www.codeproject.com/Tips/128674/How-to-prevent-a-drag-and-drop-text-and-Copy-paste.aspx" rel="nofollow">http://www.codeproject.com/Tips/128674/How-to-prevent-a-drag-and-drop-text-and-Copy-paste.aspx</a></p>
<p>Now no need for server side validation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suresh Gollapudi</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-353340</link>
		<dc:creator>suresh Gollapudi</dc:creator>
		<pubDate>Wed, 26 Oct 2011 04:29:38 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-353340</guid>
		<description>this is very nice article!! .Ii am facing problem in my textbox Previasly if i reach maxlenth of textbox text char i am not getting for removing and delete but after added you code i am getting properly!!!!

Thanks Alot!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>this is very nice article!! .Ii am facing problem in my textbox Previasly if i reach maxlenth of textbox text char i am not getting for removing and delete but after added you code i am getting properly!!!!</p>
<p>Thanks Alot!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabo</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-260157</link>
		<dc:creator>Gabo</dc:creator>
		<pubDate>Fri, 12 Nov 2010 16:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-260157</guid>
		<description>this works for me, only i quit out the &lt;strong&gt; sentence and i get it working in ASP.NET 3.5

this my example...

&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>this works for me, only i quit out the <strong> sentence and i get it working in ASP.NET 3.5</p>
<p>this my example&#8230;</p>
<p></strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gnew</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-252174</link>
		<dc:creator>gnew</dc:creator>
		<pubDate>Mon, 04 Oct 2010 06:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-252174</guid>
		<description>thanks, works great :)</description>
		<content:encoded><![CDATA[<p>thanks, works great :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gregor suttie</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-221551</link>
		<dc:creator>Gregor suttie</dc:creator>
		<pubDate>Tue, 30 Mar 2010 12:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-221551</guid>
		<description>Unfortunate that I can paste in as much text as I want - which makes the necessity for server side validation very real.</description>
		<content:encoded><![CDATA[<p>Unfortunate that I can paste in as much text as I want &#8211; which makes the necessity for server side validation very real.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-202284</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Mon, 26 Oct 2009 18:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-202284</guid>
		<description>Michael, very cool. I couldn&#039;t use the regex solutions that are often suggested with the RegEx Validator Controls due to some strange postback business on my page. Leo makes the solution complete by adding cut&amp;paste capability. I would suggest melding the two to one solution. One caveat: I don&#039;t get taking maxlength-1. If the max length is 10 characters, then I want 10 characters max not 9.</description>
		<content:encoded><![CDATA[<p>Michael, very cool. I couldn&#8217;t use the regex solutions that are often suggested with the RegEx Validator Controls due to some strange postback business on my page. Leo makes the solution complete by adding cut&amp;paste capability. I would suggest melding the two to one solution. One caveat: I don&#8217;t get taking maxlength-1. If the max length is 10 characters, then I want 10 characters max not 9.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sgl</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-188572</link>
		<dc:creator>sgl</dc:creator>
		<pubDate>Wed, 22 Jul 2009 14:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-188572</guid>
		<description>good job mate. perfect.</description>
		<content:encoded><![CDATA[<p>good job mate. perfect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lamle</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-179378</link>
		<dc:creator>lamle</dc:creator>
		<pubDate>Fri, 19 Jun 2009 10:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-179378</guid>
		<description>Thanks for your information.</description>
		<content:encoded><![CDATA[<p>Thanks for your information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: almnynet</title>
		<link>http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11/comment-page-1#comment-165187</link>
		<dc:creator>almnynet</dc:creator>
		<pubDate>Sun, 19 Apr 2009 06:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaelsync.net/2007/04/04/tipstricks-how-to-control-maxlength-of-multiline-textbox-in-aspnet-11#comment-165187</guid>
		<description>thanks man
i shearch about it
and your code working good :)</description>
		<content:encoded><![CDATA[<p>thanks man<br />
i shearch about it<br />
and your code working good :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

