AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Creating Custom Sections in Web.config : Azamsharp

Thursday, May 07 2009

Web.config consists of different configuration sections which allow the developer to configure the application specific to their needs. ASP.NET 2.0 also allows you to create your own custom sections. In this article we will learn how to create a custom Web.config section. Inheriting a Class from ConfigurationSection: In this article I will create a simple config section that will enable the developer to write the name of the data access class. The first thing that you need to do is to create a class which inherits from the ConfigurationSection class. Take a look at the code below:...

Read More:
Creating Custom Sections in Web.config : Azamsharp
Also See:
A better way of working with IE Webcontrols - Part II : Harish Ranganathan [MVP - ASP/ASP.NET]
Negotiate Between Web Parts : Peter Vogel
Building a Simple Rating Control for ASP.NET 2.0 : Imar Spaanjaars
Using Web Standards to Simplify Web Control Development : Steven Berkovitz

Post your comment

Comment