ASP.NET Technical Articles
Understanding ASP.NET View State
Scott Mitchell
4GuysFromRolla.com
May 2004
Applies to:
Microsoft® ASP.NET
Microsoft® Visual Studio® .NET
Summary: Scott Mitchell looks at the benefits of and confusion around View State in Microsoft® ASP.NET. In addition, he shows you how you can interpret (and protect) the data stored in View State. (25 printed pages)
Click here to download the code sample for this article.
Contents
Introduction
The ASP.NET Page Life Cycle
The Role of View State
View State and Dynamically Added Controls
The ViewState Property
Timing the Tracking of View State
Storing Information in the Page's ViewState Property
The Cost of View State
Disabling the View State
Specifying Where to Persist the View State
Parsing the View State
View State and Security Implications
Conclusion
'.NET > ASP.NET' 카테고리의 다른 글
| ASP.NET Web Applications (.NET 3.0) (0) | 2007/08/09 |
|---|---|
| ASP.NET 페이지 실행 주기 (0) | 2007/08/09 |
| Understanding ASP.NET View State (0) | 2007/08/08 |
| Gmail SMTP를 이용한 Mail 전송 ASP.NET 웹 프로그램 (2) | 2007/05/27 |
| FarPoint Spread를 이용한 ActiveX 페이지와 스크립트 제어 (1) | 2007/05/23 |
| ASP.NET Session StateServer (0) | 2007/05/22 |
이 포스팅이 도움이 되었다면 구글에서 관련 정보를 찾아 보세요 ^^

Prev




