Christian Schober
|
| Posted: 02/06/2003, 2:46 AM |
|
hi all there,
my prob is i want to get the value of a list box into an textbox after i´ve
selected an other entry. I´m using CCS Beta2 with ASP - Templates.
I tried the following
ListBox name is 'user_id_assign_to'
TextBox name is TextBox1
put in the onchange event of the ListBox this
-> TextBox1.value= user_id_assign_to.BoundColumn
but doesn´t work
thx in front of any help or idea
Crabtree
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 02/11/2003, 2:28 AM |
|
I guess you should use javascript in client side onchange event for this
task. There are lots of such examples in the net.
--
Alex,
Support Engineer
CodeCharge Team
"Christian Schober" <christian.schober@omp.de> wrote in message
news:b1teef$3ks$1@news.codecharge.com...
> hi all there,
>
> my prob is i want to get the value of a list box into an textbox after
i´ve
> selected an other entry. I´m using CCS Beta2 with ASP - Templates.
>
> I tried the following
>
> ListBox name is 'user_id_assign_to'
> TextBox name is TextBox1
>
> put in the onchange event of the ListBox this
> -> TextBox1.value= user_id_assign_to.BoundColumn
>
> but doesn´t work
>
> thx in front of any help or idea
> Crabtree
>
>
|
|
|
 |
|