Progress
Web Applications Performance Rules
When you design and develop your web application, you always must take into consideration the 
performance factor.By doing this, you will remove the cost of rewriting modules, modifying
code, or redistributing the application.A good practice that must be kept in mind for writing 
quality code is to make frequent code reviews. For example, I often find a better 
implementation of a certain module after a code review.Also, you should test different ways...
Validation of viewstate MAC failed

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure 
that  configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot
be used in a cluster.

Automatic Data Binding Controls
Learn about an interesting topic of the .NET framework, called "Data Binding".