⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editconfig.aspx

📁 这是该书上的所有源代码,不错
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
							Debug: 
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddCompilationDebug" runat="server">
								<asp:ListItem Value="true"> 
        							True </asp:ListItem>
								<asp:ListItem Value="false"> False </asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
				<asp:Button id="btnEditCompilation" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
			<asp:panel id="pnlCustomErrors" Runat="server" visible="False">
		<TABLE class="borders" cellSpacing="0" cellPadding="2" width="450" bgColor="#f7f7f1" border="0">
					<TR>
						<TD class="heading" width="30%" bgColor="#02027a">
							Custom Errors:
						</TD>
						<TD align="right" width="70%" bgColor="#02027a">
		<asp:LinkButton id="lnkShowAllCE" runat="server" cssclass="edit" font-bold="True">显示所有 </asp:LinkButton>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Mode:
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddCustomErrors" runat="server">
								<asp:ListItem Value="Off"> 
        							Off </asp:ListItem>
								<asp:ListItem Value="On"> On </asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
			<asp:Button id="btnEditCustomErrors" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
			<asp:panel id="pnlAuthentication" Runat="server" visible="False">
		<TABLE class="borders" cellSpacing="0" cellPadding="2" width="450" bgColor="#f7f7f1" border="0">
					<TR>
						<TD class="heading" width="30%" bgColor="#02027a">
							Authentication:
						</TD>
			<TD align="right" width="70%" bgColor="#02027a">
			<asp:LinkButton id="lnkShowAllAuth" runat="server" cssclass="edit"> 显示所有 </asp:LinkButton>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Mode:&nbsp;
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddAuthentication" runat="server">
								<asp:ListItem Value="None">None</asp:ListItem>
								<asp:ListItem Value="Windows">Windows</asp:ListItem>
								<asp:ListItem Value="Cookie">Cookie</asp:ListItem>
								<asp:ListItem Value="Passport">Passport</asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
			<asp:Button id="btnEditAuthentication" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
			<asp:panel id="pnlTrace" Runat="server" visible="False">
			<TABLE class="borders" cellSpacing="0" cellPadding="2" width="450" bgColor="#f7f7f1" border="0">
					<TR>
						<TD class="heading" width="30%" bgColor="#02027a">
							Trace:
						</TD>
						<TD align="right" width="70%" bgColor="#02027a">
			<asp:LinkButton id="lnkShowAllTrace" runat="server" cssclass="edit"> 显示所有 </asp:LinkButton>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Enabled:
						</TD>
						<TD width="70%">
					<asp:DropDownList id="ddTraceEnabled" runat="server">
								<asp:ListItem Value="true"> 
        							True </asp:ListItem>
								<asp:ListItem Value="false"> False </asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD class="property" width="30%">
							Request Limit:
						</TD>
						<TD width="70%">
			<asp:TextBox id="txtTraceRequestLimit" runat="server" MaxLength="3" columns="3"></asp:TextBox>
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Page Output:
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddTracePageOutput" runat="server">
								<asp:ListItem Value="true"> True </asp:ListItem>
								<asp:ListItem Value="false"> 
        						False </asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD class="property" width="30%">
							Trace Mode:
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddTraceMode" runat="server">
								<asp:ListItem Value="Default">Default</asp:ListItem>
						<asp:ListItem Value="SortByCategory">SortByCategory</asp:ListItem>
								<asp:ListItem Value="SortByTime">SortByTime</asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
					<asp:Button id="btnEditTrace" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
			<asp:panel id="pnlSessionState" Runat="server" visible="False">
		<TABLE class="borders" cellSpacing="0" cellPadding="2" width="450" bgColor="#f7f7f1" border="0">
					<TR>
						<TD class="heading" width="30%" bgColor="#02027a">
							Session State:
						</TD>
						<TD align="right" width="70%" bgColor="#02027a">
			<asp:LinkButton id="lnkShowAllSessionState" runat="server" cssclass="edit">显示所有 </asp:LinkButton>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Mode:
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddSessionStateMode" runat="server">
								<asp:ListItem Value="Off">Off</asp:ListItem>
								<asp:ListItem Value="Inproc">Inproc</asp:ListItem>
								<asp:ListItem Value="StateServer">StateServer</asp:ListItem>
								<asp:ListItem Value="SqlServer">SqlServer</asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD class="property" width="30%">
							State Conn String:
						</TD>
						<TD width="70%">
				<asp:textbox id="txtSessionStateStateConnectionString" runat="server"></asp:textbox>
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Cookieless:
						</TD>
						<TD width="70%">
							<asp:DropDownList id="ddSessionStateCookieless" runat="server">
								<asp:ListItem Value="true"> True </asp:ListItem>
								<asp:ListItem Value="false"> 
        							False </asp:ListItem>
							</asp:DropDownList>
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							SQL Conn String:
						</TD>
						<TD width="70%">
			<asp:TextBox id="txtSessionStateSqlConnectionString" runat="server"></asp:TextBox>
						</TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD class="property" width="30%">
							Timeout:
						</TD>
						<TD width="70%">
			<asp:TextBox id="txtSessionStateTimeout" runat="server" MaxLength="3" Columns="3"></asp:TextBox>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
				<asp:Button id="btnEditSessionState" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
			<asp:panel id="pnlGlobalization" Runat="server" visible="False">
		<TABLE class="borders" cellSpacing="0" cellPadding="2" width="450" bgColor="#f7f7f1" border="0">
					<TR>
						<TD class="heading" width="30%" bgColor="#02027a">
							Globalization:
						</TD>
						<TD align="right" width="70%" bgColor="#02027a">
		<asp:LinkButton id="lnkShowAllGlobalization" runat="server" cssclass="edit"> 显示所有 </asp:LinkButton>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD class="property" width="30%">
							Request Encoding:
						</TD>
						<TD width="70%">
				<asp:TextBox id="txtGlobalizationRequest" runat="server"></asp:TextBox>
						</TD>
					</TR>
					<TR bgColor="#ffffff">
						<TD class="property" width="30%">
							Response Encoding:
						</TD>
						<TD width="70%">
				<asp:TextBox id="txtGlobalizationResponse" runat="server"></asp:TextBox>
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
							&nbsp;
						</TD>
					</TR>
					<TR>
						<TD colSpan="2">
			<asp:Button id="btnEditGlobalization" Runat="server" Text="提交!"></asp:Button>
						</TD>
					</TR>
				</TABLE>
			</asp:panel>
		</form>
		<p>
		</p>
	</body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -