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?
[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?