First question: Im creating a website, and everytime I have a method activated, my page reload. All my methods runs at the server (They are all ASP.NET codebehind functions). But I would like to have them running at the client, without the client being able to see, or at least have them running without refreshing the page everytime. Is that even possible?
Second question: Some people say that it is possible through javaScript, but does the call the function at the server, or does it simply convert the method to running at the client for everyone to see. If its the first, then where can I find a full guide to make this happen. And is it recommended.