This is a migrated thread and some comments may be shown as answers.

Text not copying.

2 Answers 39 Views
Input
This is a migrated thread and some comments may be shown as answers.
Tia
Top achievements
Rank 1
Tia asked on 09 Jul 2013, 09:08 AM
Hi

I am trying to copy the value of one radtextbox to another in js as follows.

txtcompcode._text=txtids1._text;

There is no js error but its not working. Confused whats d issue here?
Please help

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 09 Jul 2013, 09:53 AM
Hi

Try the following JavaScript code.

JavaScript:
txtcompcode.set_value(txtids1.get_value());

Thanks,
Shinu.
0
Tia
Top achievements
Rank 1
answered on 09 Jul 2013, 01:38 PM
Thanks for your reply.
Tags
Input
Asked by
Tia
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Tia
Top achievements
Rank 1
Share this question
or