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

📄 default.aspx

📁 这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="Default" %>

<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc1" %>
<%@ Register Src="left.ascx" TagName="left" TagPrefix="uc2" %>
<%@ Register Src="bottom.ascx" TagName="bottom" TagPrefix="uc3" %>

<!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/StyleSheet.css" rel="StyleSheet" type="text/css"/>
    <link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
    <link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
    <link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
    <link href="css/StyleSheet.css" rel="StyleSheet" type="text/css" />
</head>
<body style="margin-top: 0px; padding-top: 0px">
    <form id="form1" runat="server" class="css/StyleSheet.css">
    <div>
        <table style="width: 630px; border-right: #000000 1px solid; border-top: #000000 1px solid; border-left: #000000 1px solid; border-bottom: #000000 1px solid;" align="center" border="0" cellpadding="0" cellspacing="0"  >
            <tr>
                <td colspan="3" align="center" style="width: 0px; height: 172px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;">
                    <uc1:top ID="Top1" runat="server"/></td>    
            </tr>
            <tr>
                <td style="height: 605px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; width: 163px; padding-top: 0px;" valign="top">
                    <uc2:left ID="Left1" runat="server" />
                </td>
                <td style="height: 500px; width: 517px;" align="left">
                    <table border="0" style="font-size: 12px; width: 480px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;" cellpadding="0" cellspacing="0">
                        <tr>
                            <td style="width: 505px; height: 61px; background-image: url(image/KCM/NET电子商务网站首页_13.gif);">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 505px; height: 41px; background-image: url(image/KCM/NET电子商务网站首页_18.gif);" align="right">
                                <asp:DataList ID="DataList1" runat="server" Height="96px" 
                                    OnItemCommand="DataList1_ItemCommand" 
                                    RepeatColumns="2" Width="1px">
                                    <ItemTemplate>
                                        <table border="0" style="width: 225px; height: 1px;">
                                            <tr>
                                                <td rowspan="5" style="padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;">
                                                    <asp:Image ID="Image1" runat="server" Height="98px" Width="106px" 
                                                    ImageUrl='<%# DataBinder.Eval(Container.DataItem,"picture") %>' />&nbsp;</td>
                                                <td align="center" style="width: 270px">
                                                    &nbsp;<%# DataBinder.Eval(Container.DataItem,"goodsname") %></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 270px; color: #ff3300; text-decoration: underline line-through" align="center">
                                                    &nbsp;原价:<%# DataBinder.Eval(Container.DataItem,"price") %></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 270px; height: 23px;" align="center">
                                                    现价:<%# DataBinder.Eval(Container.DataItem, "nowprice")%></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 270px; height: 23px;">
                                                    &nbsp;<%# DataBinder.Eval(Container.DataItem,"introduce") %></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 270px; height: 28px;" align="center">
                                                    &nbsp;</td>
                                            </tr>
                                        </table>
                                    </ItemTemplate>
                                </asp:DataList></td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 505px; height: 31px;">
                                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                            </td>
                        </tr>
                        <tr>
                            <td align="right" style="background-image: url(image/KCM/NET电子商务网站首页_28.gif); width: 505px;
                                height: 42px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 505px; height: 211px" valign="top">
                                <asp:DataList ID="DataList2" runat="server" Height="96px" OnItemCommand="DataList2_ItemCommand"
                                    Width="63px">
                                    <ItemTemplate>
                                        <table border="0" style="width: 458px">
                                            <tr>
                                                <td rowspan="5" style="width: 175px">
                                                    <asp:Image ID="Image1" runat="server" Height="106px" ImageUrl='<%# DataBinder.Eval(Container.DataItem,"picture") %>'
                                                        Width="163px" />&nbsp;</td>
                                                <td align="left" style="width: 1177px; height: 19px;">
                                                    &nbsp;<%# DataBinder.Eval(Container.DataItem,"goodsname") %></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 175px" align="left">
                                                    &nbsp;现价:<%# DataBinder.Eval(Container.DataItem, "nowprice")%></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 175px" align="left">
                                                    &nbsp;<%# DataBinder.Eval(Container.DataItem,"introduce") %></td>
                                            </tr>
                                            <tr>
                                                <td style="width: 175px; height: 28px;">
                                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
                                                    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
                                                </td>
                                            </tr>
                                        </table>
                                    </ItemTemplate>
                                </asp:DataList></td>
                        </tr>
                        <tr>
                            <td align="right" style="width: 495px; height: 54px">
                                </td>
                        </tr>
                    </table>
                    </td>
                <td style="width: 90px; height: 605px;" valign="top">
               
                    <table style="width: 99px; padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;" border="0">
                        <tr>
                            <td style="height: 32px; background-image: url(image/KCM/NET电子商务网站首页_14.gif); width: 255px;">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 255px">
                    <asp:Image ID="Image3" runat="server" Height="73px" Width="135px" ImageUrl="~/image/KCM/ad1.jpg" /><br />
                    <asp:Image ID="Image2" runat="server" ImageUrl="~/image/KCM/ad3.jpg" Height="68px" Width="134px" /><br />
                    <asp:Image ID="Image5" runat="server" ImageUrl="~/image/KCM/ad4.jpg" Height="66px" Width="133px" /><br />
                    <asp:Image ID="Image4" runat="server" ImageUrl="~/image/KCM/ad2.jpg" Height="65px" Width="134px" /></td>
                        </tr>
                    </table>
                    &nbsp;</td>
            </tr>
            <tr>
                <td colspan="3" align="center">
                    <uc3:bottom ID="Bottom1" runat="server" />
                    </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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