首页 > 编程 > ASP > 正文

二、ASP。NET程序中动态修改web.config中的设置项目 (前台页面代码)

2024-05-04 11:06:32
字体:
来源:转载
供稿:网友
<%@ 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>


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表