Hi I was wanting to display the number of characters entered into a textbox and I want it to update as I type how can I go about this?
Here is what I have:
TextBoxobject.Text.Length will give you the length of textbox value.
TextBoxobject.Text.Length