I have radtextbox I need to find the length of the characters entered on each entry of a letter in rad textbox ? I am not able to understand which client event to be fired as i have tried onKey press but none of the events are firing.Thanks in advance.
Try to use onkeyup event to count the number of entered character in the RadTextBox. This event will fire when the key is released. Please take a look into the below sample code snippet to achieve your scenario.