Quote Originally Posted by subbu_msis View Post
What is the use of Viewstatemac.. What will happen if I set the value to True
ViewStateMAC property is used for security purpose. It is used to maintain data integrity of viewstate across postbacks.

Basically it is used to check if user has changed (tempered) the viewState and making request.

If we will set EnableViewStateMac to True then, the encoded and encrypted view state is checked to verify that it has not been tampered with on the client.

You can find more information at MSDN
ViewStateMac Property


---V V---
Vikas Vaidya

Please mark this post with Thanks if u found the answer useful