Hi,
I am trying to read the value of the radtext box. It comes out empty.
Anything wrong with this code?
var addr1Text, addr2Text;
var Addr1 = $find("<%= txtAddr1.ClientID %>");
addr1Text = Addr1.get_value();
alert("Addr1Text: " + addr1Text );
<
telerik:RadTextBox
ID
=
"txtAddr1"
runat
=
"server"
OnTextChanged
=
"txtAddr1_TextChanged"
AutoPostBack
=
"false"
>
</
telerik:RadTextBox
>