This article explains about how to save files to any folder on the disk by using FileUpload control in Asp.Net.
This article discuss about view state in asp.net, advantages and disadvantages of view state in asp.net and how to disable the view state in asp.net.
Discuss about how to disable the validation in Asp.Net by using ValidationGroup and CausesValidation attributes
This discuss about AJAX Client Side Page Execution Life Cycle in Asp.Net through java script.
This article discuss about AJAX server side page life cycle in asp.net and what are page events executed while asynchronous post back with simple example
This explains about how to create our own custom validation control in Asp.Net with our own functionality.
This discuss about how to share forms authentication for different applications which are running on different web servers. This explains forms authentication for multiple applications which are running on different web servers by using machineKey.
This discuss about how to handle same forms authentication for multiple applications on same web server. This explains forms authentication for multiple applications by using machineKey
This discuss about various session modes available in Asp.Net. It explains about session mode Off, InProc, StateServer, SQLServer and custom. It also discuss about advantages of StateServer and SQLServer modes over InProc.
This discuss about HTTP Module in .Net, what is the purpose of HTTP Module in ASP.Net, how to create custom HTTP Module in Asp.Net and how to register custom HTTP Module in web.config.