您目前尚未登陆,请选择【登陆】或【注册
首页->功能源码->JaneLee简单购物车源码>>account.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:JaneLee简单购物车源码
当前文件:文件类型 JaneLeeShopCart/account.aspx打开代码结构图
普通视图
		            
1<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="account.aspx.cs" Inherits="account" Title="Untitled Page" %> 2<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"> 3 客户标志:<asp:TextBox ID="TextBox1" runat="server" Width="75px"></asp:TextBox> 4 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 5 <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="汇总" /> 6 <asp:TextBox ID="TextBox2" runat="server" Width="63px"></asp:TextBox> 7 &nbsp; &nbsp; &nbsp;&nbsp; 8 <asp:Button ID="Button2" runat="server" Text="存入订单" OnClick="Button2_Click" /><br /> 9 <asp:GridView ID="GridView1" runat="server" CellPadding="4" ForeColor="#333333" GridLines="None"> 10 <Columns> 11 <asp:TemplateField HeaderText="确认"> 12 <ItemTemplate> 13 <asp:CheckBox ID="CheckBox1" runat="server" Checked="True" /> 14 </ItemTemplate> 15 </asp:TemplateField> 16 </Columns> 17 <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 18 <RowStyle BackColor="#EFF3FB" /> 19 <EditRowStyle BackColor="#2461BF" /> 20 <SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" /> 21 <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" /> 22 <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" /> 23 <AlternatingRowStyle BackColor="White" /> 24 </asp:GridView> 25 <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:shoppingConnectionString %>" 26 InsertCommand="INSERT INTO [order] (customid, productid, productname, quantityperunit, unitprice, ordernum, orderdatetime) VALUES (@Param1, @Param2, @Param3, @Param4, @Param5, @Param6, @Param7)" 27 ProviderName="<%$ ConnectionStrings:shoppingConnectionString.ProviderName %>"> 28 <InsertParameters> 29 <asp:Parameter Name="Param1" /> 30 <asp:Parameter Name="Param2" /> 31 <asp:Parameter Name="Param3" /> 32 <asp:Parameter Name="Param4" /> 33 <asp:Parameter Name="Param5" /> 34 <asp:Parameter Name="Param6" /> 35 </InsertParameters> 36 </asp:SqlDataSource> 37</asp:Content> 38 39
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:JaneLee简单购物车源码
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号