Changing the Value of a Control When Setting Focus

  • Thread starter Scott J. Peterson, MCSD, MCPSB, MCT
  • Start date
S

Scott J. Peterson, MCSD, MCPSB, MCT

Folks,

[Browser Compatible Scenarios]

I can't figure out how to change the value of another control/element when
focus is in a specific control.

For example: When a user clicks or sets focus on a TextBox I want the text
in another control to change, like context-sensitive help.

The first issue is trapping the focus event client-side, and then setting
the value of another control client-side.

These forms MUST use code-behind, but I would love a trick to have this
happen client-side for performance.

Thoughts?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top