You can do it, but as @Ahren said you shouldn't.
You just need to develop SPA (Single page application).
It that case you will have only async requests to web server and your page will be updated partially.
As I understand by tags, you are using asp.net for developing.
So you can catch how to do it on asp.net official web site: Samples: A Tour through SPA