I use Javascript for client-side in order to avoid too much server round trips but... the
JS code doesn't work and blocks the page.
I simply use a dropDown List and when the user selects an item the OnSelectionIndexChanged event copy the value to an adjacent Textbox.
The only way I got it working is with server-side code.
How can I intermix both, client and server script without problems?