You are on page 1of 1

1.

Stateless protocol is a communications protocol that treats each


request as an independent transaction that is unrelated to any
previous request so that the communication consists of independent
pairs of requests and responses.
2. Page object has an "IsPostBack" property, which can be checked
to know that is the page posted back.
3. After the Init() and before the Page_Load().

You might also like