Articles in this section
Category / Section

How can I trigger the client side function on value change?

1 min read

 

You can set the ClientSideOnValueChange property to the name of the client side function to be triggered on changing some value.

C#

< ssw:CurrencyTextBox ID="CurrencyTextBox1" runat="server" ClientSideOnValueChange="OnValueChange(this)" />

C#

function OnValueChange( obj )

{

alert(obj["Value"]);

}


Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied