I have some questions about the client/server communication. The way I understand it, it goes like this :
The client sends a page request
The server responds with a html page
Now, when the client sends a postBack, which files are sent ? Is it the whole html document ? My guess is that it only sends the viewState values.
When the server answers to a postBack, does it send the whole page again ?