M
Michelle Stone
I have a list box that I am populating (not via
databinding) from some tables from my SQL database. I
also have a TEXT BOX on the screen.
I want to display whatever the user clicks on the list
box on the edit box. I know I can do it by setting the
AUTOPOSTBACK property of the list box to TRUE and by
writing code to assign the .TEXT property of the edit box
to the selected item in the list box. But I want to avoid
the server round trip time.
Can someone give me the javascript equivalent statement?
I am new to javascript, so I would like to know the
complete statement as I should put it in my code-behind
(which is why i thought posting to this message to this
newsgroup rather than a javascript newsgroup).
Response.Write (something something something?)
Thanks...
databinding) from some tables from my SQL database. I
also have a TEXT BOX on the screen.
I want to display whatever the user clicks on the list
box on the edit box. I know I can do it by setting the
AUTOPOSTBACK property of the list box to TRUE and by
writing code to assign the .TEXT property of the edit box
to the selected item in the list box. But I want to avoid
the server round trip time.
Can someone give me the javascript equivalent statement?
I am new to javascript, so I would like to know the
complete statement as I should put it in my code-behind
(which is why i thought posting to this message to this
newsgroup rather than a javascript newsgroup).
Response.Write (something something something?)
Thanks...