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

Set Value of Numaric Textbox in javascript

1 Answer 180 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kumar
Top achievements
Rank 1
Kumar asked on 20 Oct 2010, 10:09 AM
Hi,

i want to set Value of RadNumaricTextbox in javascript.

I dont want to use Setvalue() function,How can i set without this function.

Regards
Kumar

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 20 Oct 2010, 10:52 AM
Hello Kumar,


You could use the set_value() method to set the NumericTextBox value from client side.

Client code:
             var Input = $find("<%= txtNumber.ClientID %>");
             Input.set_value(15);



Thanks,
Princy.
Tags
Input
Asked by
Kumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or