Focus problem and client Side scripting

  • Thread starter Thread starter Loui Mercieca
  • Start date Start date
L

Loui Mercieca

I have a placeholder in which i am adding a web user control containing 2
textboxes. Whenever the value of a textbox change, the other textbox change
its value accordingly.

I did this by setting the textboxes autopostback value to true. However,
whenever a textbox value change, the focus is lost. If you where changing
the last control, after changing its text, there is a postback and the first
control has the focus.

I would like to do the processing without having to post back. The only way
i found to do this is by using client side scripting but i can't use
javascript nor vbscript.

Anyone can point me to the right direction?
 
I would like to use some free solution, preferibly coded by me.

Thank,
Loui Mercieca
 
Back
Top