I would like to accomplish an on click event to preform 2 functions sequentially
< onclick=" JavaScriptFunction() , C#ServerSideFunction()">
how would I go about this. I have found an example of how to do 2 javascript functions sequentially but not both.