欢迎光临
我们一直在努力

asp.net中动态修改web.config中的设置项目(前台代码)_asp.net实例

建站超值云服务器,限时71元/月

<%@ Page language=”c#” Codebehind=”WebForm1.aspx.cs” AutoEventWireup=”false” Inherits=”WebApplication1.WebForm1″ %>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN” >
<HTML>
<HEAD>
<meta name=”GENERATOR” Content=”Microsoft Visual Studio 7.0″>
<meta name=”CODE_LANGUAGE” Content=”C#”>
<meta name=”vs_defaultClientScript” content=”JavaScript (ECMAScript)”>
<meta name=”vs_targetSchema” content=”http://schemas.microsoft.com/intellisense/ie5“>
</HEAD>
<body MS_POSITIONING=”GridLayout”>
<form id=”Form1″ method=”post” runat=”server”>
<FONT face=”宋体”>
<asp:TextBox id=”TextBox1″ style=”Z-INDEX: 101; LEFT: 164px; POSITION: absolute; TOP: 190px” runat=”server” Width=”204px” Height=”25px”></asp:TextBox>
<asp:Button id=”Button1″ style=”Z-INDEX: 102; LEFT: 386px; POSITION: absolute; TOP: 188px” runat=”server” Width=”78px” Height=”25px” Text=”Button”></asp:Button>
<asp:DropDownList id=”DropDownList1″ style=”Z-INDEX: 103; LEFT: 29px; POSITION: absolute; TOP: 192px” runat=”server” Width=”130px” Height=”22px”></asp:DropDownList>
</FONT>
</form>
</body>
</HTML>


 

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » asp.net中动态修改web.config中的设置项目(前台代码)_asp.net实例
分享到: 更多 (0)

相关推荐

  • 暂无文章