criteria.aspx

来自「TPO cell Project : A college TPO cell pr」· ASPX 代码 · 共 50 行

ASPX
50
字号
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Criteria.aspx.cs" Inherits="Default3" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <table style="width: 353px; z-index: 100; left: 116px; position: absolute; top: 270px;" align="center">
        <tr>
            <td colspan="1" style="width: 274px; height: 31px; text-align: center">
                <strong><span style="color: #3300cc">10 %</span></strong></td>
            <td colspan="2" style="width: 256px; height: 31px; text-align: center;">
                <strong><span style="color: #3300cc">12%</span></strong></td>
            <td style="width: 215px; height: 31px; text-align: center;">
                <strong><span style="color: #3300cc"> SEMESTER</span></strong></td>
        </tr>
        <tr>
            <td colspan="1" style="width: 274px; height: 34px">
                <asp:DropDownList ID="DropDownList3" runat="server">
                    <asp:ListItem>50</asp:ListItem>
                    <asp:ListItem>55</asp:ListItem>
                    <asp:ListItem>60</asp:ListItem>
                    <asp:ListItem>65</asp:ListItem>
                    <asp:ListItem>70</asp:ListItem>
                </asp:DropDownList>&nbsp;</td>
            <td colspan="2" style="width: 256px; height: 34px">
                <asp:DropDownList ID="DropDownList4" runat="server">
                    <asp:ListItem>50</asp:ListItem>
                    <asp:ListItem>55</asp:ListItem>
                    <asp:ListItem>60</asp:ListItem>
                    <asp:ListItem>65</asp:ListItem>
                    <asp:ListItem>70</asp:ListItem>
                </asp:DropDownList></td>
            <td style="width: 215px; height: 34px;">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                <asp:DropDownList ID="DropDownList5" runat="server" Style="z-index: 100; left: 248px;
                    position: absolute; top: 47px">
                    <asp:ListItem>50</asp:ListItem>
                    <asp:ListItem>55</asp:ListItem>
                    <asp:ListItem>60</asp:ListItem>
                    <asp:ListItem>65</asp:ListItem>
                    <asp:ListItem>70</asp:ListItem>
                </asp:DropDownList>
                &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            </td>
        </tr>
        <tr>
            <td colspan="4" style="height: 50px">
                <asp:ImageButton ID="ImageButton2" runat="server" ImageUrl="~/NewFolder1/SUB.GIF" OnClick="ImageButton1_Click" Height="44px" Width="323px" /></td>
        </tr>
    </table>
</asp:Content>

⌨️ 快捷键说明

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