Quote:
|
Is that encryption as a result of the Entity Framework and the encryption routines and the validation controls?
|
No. EF has nothing to do with viewstate and encryption. What you see is part of the viewstate mechanism that ASP.NET uses, discussed extensively in Chapter 4.
Quote:
|
What does <div class="aspNetHidden"> mean?
|
It means nothing. To generate valid hidden fields, ASP.NET wraps them in a div element. To clearly identity that div it has been given a class name so you can target if you have a reason for it.
Google knows a lot more about this:
https://www.google.com/#output=searc...=1050&bih=1272
Imar