genowccontrol.aspx
来自「< SQL Server2005程序设计>」· ASPX 代码 · 共 48 行
ASPX
48 行
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="GenOWCControl.aspx.cs" Inherits="GenOWCControl" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="Head1" runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td style="width: 100px">
Server</td>
<td style="width: 100px">
<asp:TextBox ID="txtServer" runat="server">.</asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
Database</td>
<td style="width: 100px">
<asp:TextBox ID="txtDatabase" runat="server">Chapter18</asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
Cube</td>
<td style="width: 100px">
<asp:TextBox ID="txtCube"
runat="server">Sales</asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
Control Type</td>
<td style="width: 100px">
<asp:DropDownList ID="ddlControlType" runat="server">
<asp:ListItem>PivotTable</asp:ListItem>
<asp:ListItem>Chart</asp:ListItem>
</asp:DropDownList></td>
</tr>
</table>
<asp:button id="btnShowOWCControl" runat="server" text="Show OWC Control" OnClick="Button1_Click" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?