Securing ViewState in ASP.Net We need to do is to add encryption to the ViewState. This is done by editing the web.config only. We need to tell the web application to enable ViewStateMac. This will generate a…
Cache in ASP.NET by using Visual C# .NET ASP.NET provides easier methods to control caching. You can use the @ OutputCache directive to control page output caching in ASP.NET. Use the HttpCachePolicy class to store…
Regular Expression in ASP.net ASP.NET provides you some handfull validation controls like RequiredFiledValidator, RegularExpressionValidator etc. Most of the time we have to check whether user has given the…
Changes in .NET Framework 2.0 in comparison with 1.1 Numerous API changes.A new hosting API for native applications wishing to host an instance of the .NET runtime. The new API gives a fine grain control on the behavior of the…
.Net Framework Control, ASP.NET Controls The ASP.NET Framework contains over 70 controls.
You should always assign an ID attribute to every control even when you don’t need to program against it.
. Standard…