如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
编号:时间:2021年x月x日书山有路勤为径,学海无涯苦作舟页码:第页共NUMPAGES8页第PAGE\*MERGEFORMAT8页共NUMPAGES\*MERGEFORMAT8页实训七产品小类管理实训目的:实训内容:实训过程:界面制作(smallClass.aspx页面)该页面全部静态代码如下:<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="smallClass.aspx.cs"Debug="true"Inherits="bigClass"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><headrunat="server"><title>无标题页</title><linkhref="style.css"rel="stylesheet"type="text/css"/></head><body><formid="form1"runat="server"><div><asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager><tablealign="center"cellpadding="0"cellspacing="0"width="800"><tr><td><asp:UpdatePanelID="UpdatePanel1"runat="server"><ContentTemplate><tablealign="center"cellpadding="0"cellspacing="0"width="100%"style="border:1pxsolid#C0C0C0;margin-top:5px;margin-bottom:5px;"><trbgcolor="Silver"><tdalign="center"width="200">小类名称:</td><tdalign="center"height="35"width="200">所属大类:</td><tdalign="center"height="35"width="200">小类编号:</td><tdalign="center"> </td></tr><tr><tdalign="center"><asp:TextBoxID="TextBox1"runat="server"Width="92px"></asp:TextBox></td><tdalign="center"height="35"><asp:DropDownListID="DropDownList1"runat="server"></asp:DropDownList></td><tdalign="center"height="35"><asp:TextBoxID="TextBox2"runat="server"Width="82px"></asp:TextBox></td><tdalign="center"><asp:ButtonID="Button1"runat="server"onclick="Button1_Click"Text="添加"Width="77px"/></td></tr></table><asp:GridViewID="GridView1"runat="server"AutoGenerateColumns="False"BackColor="White"BorderColor="#3366CC"BorderStyle="None"BorderWidth="1px"CellPadding="4"CssClass="gridview"DataKeyNames="id"onrowcancelingedit="GridView1_RowCancelingEdit"onrowdatabound="GridView1_RowDataBound"onrowdeleting="GridView1_RowDeleting1"onrowediting="GridView1_RowEditing"onrowupdating="GridView1_RowUpdating"Width="100%"><FooterStyleBackColor="#99CCC