Hi,
I have a function in a asp code behind like function1(). I want to write a javascript and in this script, i want to call function1(). How can i do it? Or anotther way to do it?
You can't call the function from the client side javascript, but you can rewrite it in the client side javascript. Just pass all relevant variables to the client that you need to have processed. This is easily done like so:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.