Click here to Skip to main content
15,886,067 members
Articles / Programming Languages / XML

Reading and Writing Configuration Application Block: Enterprise Library 1.0

Rate me:
Please Sign up or sign in to vote.
3.75/5 (9 votes)
27 Apr 2005CPOL3 min read 78.4K   649   32  
Reading and writing Configuration Application Block.
<%@ Page language="c#" Codebehind="RX Configuration Block.aspx.cs" AutoEventWireup="false" Inherits="Configuration_Application_Block.Writing_Configuration_Block" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Writing Configuration Block</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:Button id="btnWriteXml" style="Z-INDEX: 101; LEFT: 88px; POSITION: absolute; TOP: 112px"
				runat="server" Text="WriteXml"></asp:Button>
			<asp:Button id="btnReadXml" style="Z-INDEX: 103; LEFT: 88px; POSITION: absolute; TOP: 152px"
				runat="server" Text="ReadXml"></asp:Button>
			<asp:TextBox id="txtReader" style="Z-INDEX: 102; LEFT: 200px; POSITION: absolute; TOP: 112px"
				runat="server" Height="112px" TextMode="MultiLine" Width="456px"></asp:TextBox>
			<asp:Button id="btnFormatText" style="Z-INDEX: 104; LEFT: 88px; POSITION: absolute; TOP: 192px"
				runat="server" Text="Format Text"></asp:Button>
			<asp:Label id="Label1" style="Z-INDEX: 105; LEFT: 216px; POSITION: absolute; TOP: 48px" runat="server"
				Width="377px" Height="56px" Font-Bold="True" Font-Italic="True">READ & WRITE CONFIGURATION FILE USING ENTERPRISE LIB</asp:Label></form>
	</body>
</HTML>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
Australia Australia
Whatsup-->Exploring--> MVC/HTML5/Javascript & Virtualization.......!
www.santoshpoojari.blogspot.com

Comments and Discussions