Hello, first of all i would like to thank Imar for a awesome and very easy to read book.
It is probably the best book i have worked with.
I just read about postback and stateview in chapter 4, and i understand why it exists,
but i have some questions about what information is sent from the client to the server in a postback.
Are my following two statements correct?
- The stateview is only stored at the client and then sent with every postback,
is updated on the server if needed, and then sent back to the client.
- Everything inside <form> is sent to the server during a postback.
I probably dont need to know this in detail but i couldnt stop thinking about it
