Hi,
I am trying to capitalise the text that has been input into a RadTextBox when focus is moved out of the control.
This is my code:
This throws an obscure ajax javascript error when the form is first loaded:
Microsoft JScript runtime error: Object doesn't support this property or method.
This is on line 3 at
Can you tell me what's wrong?
Thanks.
I am trying to capitalise the text that has been input into a RadTextBox when focus is moved out of the control.
This is my code:
<telerik:RadTextBox ID="txtPostcode" runat="server" MaxLength="8"> <ClientEvents OnBlur="this.set_value(this.get_value().toUpperCase())" /> </telerik:RadTextBox>This throws an obscure ajax javascript error when the form is first loaded:
Microsoft JScript runtime error: Object doesn't support this property or method.
This is on line 3 at
a(
this,b.EventArgs.Empty)
of the MicrosoftAjax.js that is generated dynamically by the Telerik.Web.UI assembly.
Can you tell me what's wrong?
Thanks.