without postback?

  • Thread starter Thread starter Salim Afþar
  • Start date Start date
S

Salim Afþar

Hi,
I've got a textbox and a label.When the user enter a character to the
textbox I'll display the number of character in the textbox in the label.
How can I do that without any postback?
Thanks in advance.
Salim
 
Goto a site which offers a web sms service and copy the javascript
functionality from there.
 
I don't believe this is possible without doing a postback to the server.
Using Javascript you may be able to capture the onKeyDown (Or similiar
event) and the check the length of the string in the required textbox.

If you need any more info, give me a yell :)

Cheers
MarkusJ
 
Back
Top