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

📄 iteamr_show.aspx

📁 vc.net编程实现的教师数据库管理系统的实现
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="iteamR_show.aspx.cs" Inherits="research_iteamR_show" %>

<!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 runat="server">
    <title>无标题页</title>
          <link  href="../css/background.css" type="text/css" rel="stylesheet">
              <style>
    .bgcss {
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}
.popup
{
	background-color:#fffddd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:5px;
	width:260px;
}
    </style>
    <script type="text/javascript">
    function ok()
    { 
      //document.getElementById("TextBox1").value="OK";
     // document.getElementById("TextBox2").value="OK";
     //var btn = document.getElementById("Button1");//btnOK为服务器button控件
        //btn.click();

    }
    function cancel()
    { 
     // document.getElementById("TextBox1").value="Cacel";
     // document.getElementById("TextBox2").value="Cacel";
    }
    </script>
</head>
<body>
    <form id="form1" runat="server">
          <asp:ScriptManager ID="ScriptManager1" runat="server" />
    <div>
<table width="847" height="371" border="0">
  <tr>
    <td width="23" height="17">&nbsp;</td>
    <td width="780">&nbsp;</td>
    <td width="22">&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 22px">&nbsp;</td>
    <td align="center" valign="top" style="height: 22px"><table width="763" height="30" border="0">
      <tr>
        <td width="394" height="24" align="left">项目名称
            <asp:TextBox ID="TextBox1" runat="server" CssClass="textbox"  Width="301px"></asp:TextBox></td>
        <td width="177" align="left">参与人<asp:TextBox ID="TextBox2" runat="server" CssClass="textbox" Width="108px"></asp:TextBox></td>
        <td width="170" align="left">项目级别
            <asp:DropDownList ID="DropDownList1" runat="server">
                <asp:ListItem></asp:ListItem>
                <asp:ListItem>国家级</asp:ListItem>
                <asp:ListItem>省部级</asp:ListItem>
                <asp:ListItem>厅局级</asp:ListItem>
                <asp:ListItem>校级</asp:ListItem>
            </asp:DropDownList></td>
      </tr>
    </table>
      <table width="763" border="0">
        <tr>
          <td width="266" height="22" align="left">项目年度
              <asp:DropDownList ID="DropDownList2" runat="server">
                  <asp:ListItem></asp:ListItem>
                  <asp:ListItem>2010</asp:ListItem>
                  <asp:ListItem>2009</asp:ListItem>
                  <asp:ListItem>2008</asp:ListItem>
                  <asp:ListItem>2007</asp:ListItem>
                  <asp:ListItem>2006</asp:ListItem>
                  <asp:ListItem>2005</asp:ListItem>
                  <asp:ListItem>2004</asp:ListItem>
                  <asp:ListItem>2003</asp:ListItem>
                  <asp:ListItem>2002</asp:ListItem>
                  <asp:ListItem>2001</asp:ListItem>
                  <asp:ListItem>2000</asp:ListItem>
                  <asp:ListItem>1999</asp:ListItem>
                  <asp:ListItem>1998</asp:ListItem>
                  <asp:ListItem>1997</asp:ListItem>
                  <asp:ListItem>1996</asp:ListItem>
                  <asp:ListItem>1995</asp:ListItem>
                  <asp:ListItem>1994</asp:ListItem>
                  <asp:ListItem>1993</asp:ListItem>
                  <asp:ListItem>1992</asp:ListItem>
                  <asp:ListItem>1991</asp:ListItem>
              </asp:DropDownList>
              <asp:DropDownList ID="DropDownList3" runat="server">
                  <asp:ListItem></asp:ListItem>
                  <asp:ListItem>2010</asp:ListItem>
                  <asp:ListItem>2009</asp:ListItem>
                  <asp:ListItem>2008</asp:ListItem>
                  <asp:ListItem>2007</asp:ListItem>
                  <asp:ListItem>2006</asp:ListItem>
                  <asp:ListItem>2005</asp:ListItem>
                  <asp:ListItem>2004</asp:ListItem>
                  <asp:ListItem>2003</asp:ListItem>
                  <asp:ListItem>2002</asp:ListItem>
                  <asp:ListItem>2001</asp:ListItem>
                  <asp:ListItem>2000</asp:ListItem>
                  <asp:ListItem>1999</asp:ListItem>
                  <asp:ListItem>1998</asp:ListItem>
                  <asp:ListItem>1997</asp:ListItem>
                  <asp:ListItem>1996</asp:ListItem>
                  <asp:ListItem>1995</asp:ListItem>
                  <asp:ListItem>1994</asp:ListItem>
                  <asp:ListItem>1993</asp:ListItem>
                  <asp:ListItem>1992</asp:ListItem>
                  <asp:ListItem>1991</asp:ListItem>
              </asp:DropDownList></td>
          <td width="306" align="left">所属部门
              <asp:DropDownList ID="DropDownList4" runat="server" Width="221px">
              </asp:DropDownList></td>
          <td width="169" align="left">审核情况
              <asp:DropDownList ID="DropDownList5" runat="server">
                  <asp:ListItem></asp:ListItem>
                  <asp:ListItem>未审</asp:ListItem>
                  <asp:ListItem>未通过</asp:ListItem>
                  <asp:ListItem>已审</asp:ListItem>
                  <asp:ListItem>修改通过</asp:ListItem>
              </asp:DropDownList></td>
        </tr>
      </table>
      <table width="761" border="0">
        <tr>
          <td height="21" align="center">
              &nbsp;
              <asp:Button ID="Button1" runat="server" Text="按条件搜索" OnClick="Button1_Click" />&nbsp;
              <asp:Button ID="Button3" runat="server" Text="查看搜索条件" /></td>
        </tr>
      </table></td>
    <td style="height: 22px">&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 297px">&nbsp;</td>
    <td style="height: 297px">
         <asp:DataGrid ID="DataGrid1" runat="server" AllowCustomPaging="True" AllowPaging="True"
            AutoGenerateColumns="False" BackColor="White" BorderColor="Black" BorderStyle="None"
            BorderWidth="1px" CellPadding="4" Height="20px"   PageSize="7" Style="z-index: 101;
            left: 29px; position: absolute; top: 155px" Width="757px" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Size="Small" Font-Strikeout="False" Font-Underline="False" OnPageIndexChanged="DataGrid1_PageIndexChanged">
            <FooterStyle BackColor="#666699" ForeColor="#003399" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Size="Small" Font-Strikeout="False" Font-Underline="False" />
            <SelectedItemStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
            <PagerStyle BackColor="#336797" ForeColor="White" HorizontalAlign="Center" Mode="NumericPages"
                PageButtonCount="9" Font-Bold="True" Font-Italic="False" Font-Overline="False" Font-Size="Small" Font-Strikeout="False" Font-Underline="False" />
            <ItemStyle BackColor="White" ForeColor="#003399" Font-Bold="False" Font-Italic="False" Font-Names="宋体" Font-Overline="False" Font-Strikeout="False" Font-Underline="False" />
            <HeaderStyle BackColor="#336797" Font-Bold="True" ForeColor="White" Font-Italic="False" Font-Overline="False" Font-Size="Small" Font-Strikeout="False" Font-Underline="False" />
            <Columns>
                <asp:BoundColumn DataField="项目编号" HeaderText="项目编号"></asp:BoundColumn>
                <asp:BoundColumn DataField="项目年度" HeaderText="项目年度"></asp:BoundColumn>
                <asp:BoundColumn DataField="项目名称" HeaderText="项目名称"></asp:BoundColumn>
                <asp:BoundColumn DataField="审核标志" HeaderText="审核"></asp:BoundColumn>
                <asp:HyperLinkColumn DataNavigateUrlField="项目编号" DataNavigateUrlFormatString="itemR_detail.aspx?项目编号={0}"
                    HeaderText="详细信息" Text="查看"></asp:HyperLinkColumn>
            </Columns>
        </asp:DataGrid>
</td>
    <td style="height: 297px">&nbsp;</td>
  </tr>
  <tr>
    <td style="height: 29px">&nbsp;</td>
    <td style="height: 29px" align="center">&nbsp;<asp:Label ID="Label2" runat="server" Text="共"></asp:Label>
        <asp:Label ID="Label3" runat="server" Text="Label" Font-Bold="True"></asp:Label>
        <asp:Label ID="Label4" runat="server" Text="条"></asp:Label>
        &nbsp;&nbsp; &nbsp;
        <asp:Label ID="Label5" runat="server" Text="当前第"></asp:Label>
        <asp:Label ID="Label6" runat="server" Text="Label" Font-Bold="True"></asp:Label>
        <asp:Label ID="Label7" runat="server" Text="页"></asp:Label>&nbsp;&nbsp;&nbsp;
        <asp:Label ID="Label8" runat="server" Text="共"></asp:Label>
        <asp:Label ID="Label9" runat="server" Text="Label" Font-Bold="True"></asp:Label>
        <asp:Label ID="Label10" runat="server" Text="页"></asp:Label></td>
    <td style="height: 29px">&nbsp;</td>
  </tr>
</table>
    </div>
     <asp:Panel ID="Panel1" runat="server" Style="display: none; margin-left:15; margin-top:15">
            <asp:Panel ID="PanelPopup" runat="server" Height="80px" Width="318px" CssClass="popup" >
    <asp:Label ID="Label1" runat="server" Text="Label" Width="382px"></asp:Label>
              <asp:Button ID="Button2" runat="server" Text="关闭" /></asp:Panel>
        </asp:Panel>
           <ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender" runat="server"
            TargetControlID="Button3"
            PopupControlID="Panel1"
            BackgroundCssClass="bgcss"
            OkControlID="Button2"
            OnOkScript="ok"
           
            DropShadow="true"
            Drag="true"
            PopupDragHandleControlID="Panel3"/>
    </form>
</body>
</html>

⌨️ 快捷键说明

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