Archive for April, 2009

Using Client Side State Management Techniques like Hidden Fields and ViewState

This item was filled under [ Forums ]

This is a continuation of an article on client side state management. This section will discuss hidden fields and ASP.Net viewstate.
Hidden Fields
The next client side state management technique for ASP.Net is hidden fields. Hidden fields have been around for a long time. This is where you place a text field control on your html page. [...]

Continue reading...

Tagged with: [ ]

Validation of ViewState Mac failed

This item was filled under [ Forums ]

If your page doesn’t load slowly and you are not on a web farm, this little tipp might help you. Most people suggest to add the following attributes to the Page directive:
 
<pages enableEventValidation=“false“ viewStateEncryptionMode =“Never“
 
This is known to be a security risk and in my case it didn’t fix the problem.
I think I found another [...]

Continue reading...

Turbocharge Your .NET Development

This item was filled under [ Articles ]

turbo charge in .net programming

Continue reading...