Viewstate-page status retained

Source: Internet
Author: User

Viewstate is only useful for form submission.

Viewstate in the client is onlyHide domain.

Hide domain

 
<InputType= "Hidden"Name= "_ Viewstate"Value= "">

 

Usage

Private VoidPage_load (ObjectSender, system. eventargs e) {viewstate ["Myvalue"]= "Viewstatevalue";//.....}

Principle

The stored values are similar to the following: oz4 + o2w8atwxpjs + o2w8 ....
Many people think that this is encrypted information. In fact, it is not. Ms only saves the status of various controls and pages to an appropriate object, serializes the object, and finally performs base64 encoding, directly assign a value to the viewstate control.

You must check what exists in this viewstate. Well, you can write a base64 to String Conversion.CodeHowever, viewstate has different layers. After Normal conversion, You can see messy text.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.