<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for My .NET Blog</title>
	<atom:link href="http://mydotnet.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mydotnet.wordpress.com</link>
	<description>My .NET 2.0, 3.0 and 3.5 stuff</description>
	<lastBuildDate>Thu, 25 Dec 2008 02:45:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on World&#8217;s smallest XML XPath Tutorial by Bookmarks about Xpath</title>
		<link>http://mydotnet.wordpress.com/2008/05/29/worlds-smallest-xml-xpath-tutorial/#comment-9</link>
		<dc:creator>Bookmarks about Xpath</dc:creator>
		<pubDate>Thu, 25 Dec 2008 02:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://mydotnet.wordpress.com/?p=8#comment-9</guid>
		<description>[...] - bookmarked by 1 members originally found by jacobysmine on 2008-11-20  World’s smallest XML XPath Tutorial  http://mydotnet.wordpress.com/2008/05/29/worlds-smallest-xml-xpath-tutorial/ - bookmarked by 4 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; bookmarked by 1 members originally found by jacobysmine on 2008-11-20  World’s smallest XML XPath Tutorial  <a href="http://mydotnet.wordpress.com/2008/05/29/worlds-smallest-xml-xpath-tutorial/" rel="nofollow">http://mydotnet.wordpress.com/2008/05/29/worlds-smallest-xml-xpath-tutorial/</a> &#8211; bookmarked by 4 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by sunworld</title>
		<link>http://mydotnet.wordpress.com/about/#comment-7</link>
		<dc:creator>sunworld</dc:creator>
		<pubDate>Mon, 25 Aug 2008 17:58:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description>Hey! Rajendra,
You need to use simple javascript in this case instead of going for a .NET solution. The Textbox and label mark up is here:

[asp:Label ID=&quot;Label2&quot; runat=&quot;server&quot; Text=&quot;Label&quot;] [/asp:Label]
[asp:TextBox ID=&quot;TextBox1&quot; onkeyup=&quot;Count()&quot; runat=&quot;server&quot;] [/asp:TextBox]

The corresponding javascript function is Count() as follows:

[script language=&quot;javascript&quot; type=&quot;text/javascript&quot;]
    function Count()
    {
        var txtBox = document.getElementById(&#039;TextBox1&#039;);
        var lbl = document.getElementById(&#039;Label2&#039;);
        //alert(txtBox.value);
        lbl.innerText = txtBox.value.length;
    }
[/script]

(Pls replace [ with )

Just put the above script in the section in your asp.net page.

Thank you,</description>
		<content:encoded><![CDATA[<p>Hey! Rajendra,<br />
You need to use simple javascript in this case instead of going for a .NET solution. The Textbox and label mark up is here:</p>
<p>[asp:Label ID="Label2" runat="server" Text="Label"] [/asp:Label]<br />
[asp:TextBox ID="TextBox1" onkeyup="Count()" runat="server"] [/asp:TextBox]</p>
<p>The corresponding javascript function is Count() as follows:</p>
<p>[script language="javascript" type="text/javascript"]<br />
    function Count()<br />
    {<br />
        var txtBox = document.getElementById(&#8216;TextBox1&#8242;);<br />
        var lbl = document.getElementById(&#8216;Label2&#8242;);<br />
        //alert(txtBox.value);<br />
        lbl.innerText = txtBox.value.length;<br />
    }<br />
[/script]</p>
<p>(Pls replace [ with )</p>
<p>Just put the above script in the section in your asp.net page.</p>
<p>Thank you,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by rajendra Parmanik</title>
		<link>http://mydotnet.wordpress.com/about/#comment-5</link>
		<dc:creator>rajendra Parmanik</dc:creator>
		<pubDate>Mon, 25 Aug 2008 12:25:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-5</guid>
		<description>i have a textbox and i have limited its maximum length to be 300 words.I want to add a feature that when some one type a word a label should show that how many characters are left to type in. This has to be implemented in ASP.NET.
I u can help plz let me know at sanjeevp14@yahoo.co.in</description>
		<content:encoded><![CDATA[<p>i have a textbox and i have limited its maximum length to be 300 words.I want to add a feature that when some one type a word a label should show that how many characters are left to type in. This has to be implemented in ASP.NET.<br />
I u can help plz let me know at <a href="mailto:sanjeevp14@yahoo.co.in">sanjeevp14@yahoo.co.in</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Oracle Workflow Persistence Service for Workflows by deanward</title>
		<link>http://mydotnet.wordpress.com/2008/06/10/oracle-workflow-persistence-service-for-workflows/#comment-4</link>
		<dc:creator>deanward</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://mydotnet.wordpress.com/?p=12#comment-4</guid>
		<description>Hi there, 

FYI we have a far more complete implementation over at CodePlex - http://www.codeplex.com/WFTools. Also has support for MySql

Cheers,

Dean</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>FYI we have a far more complete implementation over at CodePlex &#8211; <a href="http://www.codeplex.com/WFTools" rel="nofollow">http://www.codeplex.com/WFTools</a>. Also has support for MySql</p>
<p>Cheers,</p>
<p>Dean</p>
]]></content:encoded>
	</item>
</channel>
</rss>
