0

Is it possible to execute two or more client side functions with a single button click? (I have written 3 functions in my .aspx page and need to validate on client side)

If yes please send me sample code with 3 client side functions using single button click.

Regards,

NSJ

1 Answer 1

1

Of course it's possible:

<asp:Button runat="server" Id="myButton" onClientClick="function1(); function2(); function3();" />
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.