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

📄 editprice_price_1.aspx

📁 简单的Web平台。能够读取Excel文件
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="EditPrice_Price_1.aspx.cs" Inherits="EditPrice_Price" %>

<!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>
</head>
<body>
    <form id="form1" runat="server">
    <div>
        <div>
            <table style="width: 579px">
                <tr>
                    <td style="width: 20px">
                    </td>
                    <td style="width: 250px">
                        <span style="font-size: 14pt; font-family: 隶书">现有价格信息</span></td>
                    <td style="width: 100px">
                    </td>
                </tr>
            </table>
            <asp:GridView ID="gvPriceInfo" runat="server" AutoGenerateColumns="False" CellPadding="4"
                Font-Names="Arial" Font-Size="Small" ForeColor="#333333" GridLines="None" OnRowDataBound="gvPriceInfo_RowDataBound"
                Width="578px">
                <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                <Columns>
                    <asp:TemplateField HeaderText="选择">
                        <EditItemTemplate>
                            <asp:CheckBox ID="chbSelect" runat="server" />
                        </EditItemTemplate>
                        <ItemTemplate>
                            <asp:CheckBox ID="chbSelect" runat="server" />
                        </ItemTemplate>
                    </asp:TemplateField>
                    <asp:BoundField DataField="价格名称" HeaderText="价格名称">
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                    <asp:BoundField DataField="级别名称" HeaderText="价格因子层次">
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                    <asp:BoundField DataField="制作人" HeaderText="制作人">
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                    <asp:BoundField DataField="公司名称" HeaderText="公司">
                        <ItemStyle HorizontalAlign="Center" />
                    </asp:BoundField>
                    <asp:BoundField DataField="备注" HeaderText="备注">
                        <ItemStyle HorizontalAlign="Left" />
                    </asp:BoundField>
                    <asp:BoundField DataField="价格版本号" HeaderText="价格版本号" />
                </Columns>
                <RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
                <EditRowStyle BackColor="#999999" />
                <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
                <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
                <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
                <AlternatingRowStyle BackColor="White" ForeColor="#284775" />
            </asp:GridView>
            <table style="width: 578px; height: 161px">
                <tr>
                    <td style="width: 58px; height: 16px">
                    </td>
                    <td style="width: 80px; height: 16px">
                    </td>
                    <td style="width: 60px; height: 16px">
                    </td>
                    <td style="width: 100px; height: 16px">
                    </td>
                    <td style="width: 50px; height: 16px">
                    </td>
                    <td style="width: 113px; height: 16px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 58px; height: 24px">
                    </td>
                    <td align="right" style="width: 80px; height: 24px">
                        <asp:Label ID="Label2" runat="server" Font-Names="宋体" Font-Size="Small" Text="导入上限"></asp:Label></td>
                    <td align="right" style="width: 60px; height: 24px">
                    </td>
                    <td colspan="2" style="height: 24px">
                        <asp:TextBox ID="txtImpUpper" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
                    <td style="width: 113px; height: 24px">
                        <asp:RangeValidator ID="RangeValidator1" runat="server" ErrorMessage="导入上限范围在0.5~5" ControlToValidate="txtImpUpper" Font-Names="宋体" Font-Size="Small" MaximumValue="5" MinimumValue="0.5" Type="Double" Width="138px"></asp:RangeValidator></td>
                </tr>
                <tr>
                    <td style="width: 58px; height: 16px">
                    </td>
                    <td style="width: 80px; height: 16px">
                    </td>
                    <td style="width: 60px; height: 16px">
                    </td>
                    <td style="width: 100px; height: 16px">
                    </td>
                    <td style="width: 50px; height: 16px">
                    </td>
                    <td style="width: 113px; height: 16px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 58px; height: 24px">
                    </td>
                    <td align="right" style="width: 80px; height: 24px">
                        <asp:Label ID="Label3" runat="server" Font-Names="宋体" Font-Size="Small" Text="导入下限"></asp:Label></td>
                    <td align="right" style="width: 60px; height: 24px">
                    </td>
                    <td colspan="2" style="height: 24px">
                        <asp:TextBox ID="txtImpLower" runat="server" Height="16px" Width="90px"></asp:TextBox></td>
                    <td style="width: 113px; height: 24px">
                        <asp:RangeValidator ID="RangeValidator2" runat="server" ErrorMessage="导入下限范围在0.5~5" ControlToValidate="txtImpLower" Font-Names="宋体" Font-Size="Small" MaximumValue="5" MinimumValue="0.5" Type="Double" Width="138px"></asp:RangeValidator></td>
                </tr>
                <tr>
                    <td style="width: 58px; height: 16px">
                    </td>
                    <td style="width: 80px; height: 16px">
                    </td>
                    <td style="width: 60px; height: 16px">
                    </td>
                    <td style="width: 100px; height: 16px">
                    </td>
                    <td style="width: 50px; height: 16px">
                    </td>
                    <td style="width: 113px; height: 16px">
                    </td>
                </tr>
                <tr>
                    <td style="width: 58px; height: 24px">
                    </td>
                    <td style="width: 80px; height: 24px">
                    </td>
                    <td style="width: 60px; height: 24px">
                    </td>
                    <td colspan="2" style="height: 24px">
                    </td>
                    <td style="width: 113px; height: 24px">
                        <asp:Button ID="btnNextStep" runat="server" Text="下一步" Width="130px" OnClick="btnNextStep_Click" /></td>
                </tr>
            </table>
        </div>
    
    </div>
                    <asp:HiddenField ID="hidVersion" runat="server" />
                    <asp:HiddenField ID="hidTableName" runat="server" />
                    <asp:HiddenField ID="hidModels" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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