What do you mean by view state? How it is enabled? What are some of the characteristics, Unicode implementations, disadvantages, role of the Enable View State Mac property? Does the view state concern security?
Home/disadvantages of view state
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
View State Definition: View state is stored in a structure and is immediately accessible when the page loads. The values stored in the view state are not transferable among pages. The view state is enabled by default, and independent of whether that is utilized during a component, it serializes theRead more
View State Definition:
View state is stored in a structure and is immediately accessible when the page loads. The values stored in the view state are not transferable among pages.
The view state is enabled by default, and independent of whether that is utilized during a component, it serializes the data in every component on the page.
The Enable View State attribute must be set to false to deactivate the view state for a single control.
The Enable View State Mac property is used to recognize any effort or approach to corrupt the view state.
View state’s general characteristics include storing the values of regulated characteristics and pages discovered in the responsible page without the need of a session, preserving the value of the direct authority after a post-back procedure, and creating a custom view state supplier for storing view state information from the database.
View state is simple to set up and requires no system resources. It also comes with better security measures, compacted or encrypted, and helps with Unicode implementations.
The disadvantages of view state, on the other hand, are numerous. The performance is not optimal for big amounts of data, as huge values may cause the view state to be slow. Only the variables for the very same page can be saved in the view state. It also poses a security concern and necessitates additional coding to ensure data protection.
See less