Categories: Asp.Net

FileUpload Control in ASP.NET

This article explains about how to save files to any folder on the disk by using FileUpload control in Asp.Net.

Categories: Asp.Net

Understanding View State 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.

Categories: Asp.Net

AJAX Client Side Page Execution Life Cycle in Asp.Net

This discuss about AJAX Client Side Page Execution Life Cycle in Asp.Net through java script.

Tags:
Categories: Asp.Net

AJAX Server Side Page Execution Life Cycle in Asp.Net

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

Categories: Asp.Net

Custom Validation Control in Asp.Net

This explains about how to create our own custom validation control in Asp.Net with our own functionality.

Categories: Asp.Net

Forms Authentication across Applications on different web servers in Asp.Net

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.

Categories: Asp.Net

Forms Authentication across multiple Applications on same web server in Asp.Net

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

Categories: Asp.Net

Creating Custom HTTP Module in Asp.Net

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.