asp.net - What is the difference between ViewState,Application and Session of a Page? -


Would someone tell me the difference in Vivestate, Application and Page sessions? Quick liners - If you want more detail, just ask

ViewStat is a variable that holds the current state of the page, which is hidden in the page. (Often used)

ApplicationState is a variable that you can store values ​​from the app in life (without bicycle and your knowledge from time to time) Less frequently)

is the session variable that you Ik can that he will continue as long as the browser as long as they do not close the browser. (Except for any timeout) (often used)


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -