J
Jeremy S
When users select from a DropDownList, I'd like to have the selected value
get copied to a TextBox also on the same page.
1. How do I wire up a client-side JavaScript function call to a DropDownList
control so that the function gets called when the user makes a selection?
This DropDownList will be a server control because it gets populated
server-side.
2. What is the syntax I need to use in the client-side function that will
retrieve the value selected from the DDL?
Thanks!
get copied to a TextBox also on the same page.
1. How do I wire up a client-side JavaScript function call to a DropDownList
control so that the function gets called when the user makes a selection?
This DropDownList will be a server control because it gets populated
server-side.
2. What is the syntax I need to use in the client-side function that will
retrieve the value selected from the DDL?
Thanks!