Hi
Suppose i have a textbox and a label control.I have to enter Character in the textbox(i can enter maximum 300 Characters).When i start entering the Characters ,in a label it will show characters values decreasing and after 300 characters entered in the textbox , we will not be able to insert any more characters.
Thanks
Loading

Amit ChoudharyPosted May 4, 2010, 1:06 PM
Answer did'nt get marked here. please click only once while marking the answer..
I receive mail regarding your answer marking... but here its not get marked.
Please do this favour.
Amit ChoudharyPosted May 4, 2010, 11:35 AM
Insert the following code into the page head:
Step 2 - Create Text Area
Use the following code to create the form and text area (if necessary, change the name of the form and text area to suit your needs):
To create a single-line text field instead of a text area, use the following code:
Please mark "Do you like this post" if it helps you
Lalit MPosted May 4, 2010, 6:54 AM
Using Javascript you can archive this show here article or Demo code
http://www.hscripts.com/scripts/JavaScript/character-count.php
http://www.dotnetcurry.com/ShowArticle.aspx?ID=396