<pages enableViewStateMac="true" ViewStateEncryptionMode="Always"/>
The .NET Framework and ASP.NET help you create web applications and services for Windows.
Tuesday, November 24, 2015
How to make ViewState secure and encrypted in ASP.NET
We can secure and encrypt ViewState by enabling these settings "EnableViewStateMAC" and "ViewStateEncryptionMode" in web.config:
Subscribe to:
Posts (Atom)
React-select is very slow on larger list - Found solution - using react-window
I had more than 4000 items in searchable dropdownlist. I have used react-select but it was very slow. finally I found complete solution to ...
-
Today I will show you how to use new salesforce toolkit for .NET Application. Follows the steps: Step 1. Create a project with C# ASP.NET ...
-
A Masked Textbox is very handy when you want to put a mask for "Phone, SSN or Date" Fields throughout the project. Especially, whe...