How can we call server side function from client side script without using ajax?
The situation is like, I have a function on server side written in c# and I have to call it from javascript without using ajax. Is it possible. If yes then how.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suthish NairPosted Jun 14, 2011, 6:21 AM
eg: document.getElementById(button1').click();
Can you explain the situation where this needs to be implemented.