|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I count characters, words, sentences and paragraphs in vb.net using a class library?
|
|
#2
|
|||
|
|||
|
Quote:
In what are you trying to count characters, words, sentences, paragraphs? MrKoala |
|
#3
|
|||
|
|||
|
Hi, If i would like to count the characters when I type on a textbox, like what friendster testimonial does ...any ideA?
TextBox3.Text = TextBox1.Text.Length? |
|
#4
|
|||
|
|||
|
Quote:
textbox3.text = textbox1.text.length.tostring will work.. you just need to put it in a public class and call it in the onchange section of the textbox1 control on your html page (assuming your using code behind pages) |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > How to count characters in vb.net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|