简单的增删改查
简单的增删改查项目 <form id="form1" runat="server"> <div> </div> <asp:TextBox ID="txtName" runat="server"></asp:TextBox> <asp:Button ID="btn_add" runat="server" OnClick="btn_add_Click" Text="确定" /> <p> <asp:TextBox ID="txtSex" runat="server"></asp:TextBox> </p> <asp:GridView ID="gvlist" runat="server" AutoGenerateColumns="False" OnRowDeleting="gvlist_RowDeleting" OnRowUpdating="gvlist_RowUpdating" > <Columns> <asp:TemplateField HeaderText="id" Visible="False"> <ItemTemplate> <asp:Label ID="ID" runat="server" ForeColor="#404040" Text='<%# Eval("ID") %>' Visible="False"></asp:Label> </ItemTemplate> </asp:TemplateField> <asp:BoundField DataField="Name" HeaderText="姓名" /> <asp:BoundField DataField="Sex" HeaderText="性别" /> <asp:CommandField HeaderText="删除" ShowDeleteButton="True" /> <asp:ButtonField ButtonType="Button" CommandName="Update" Text="修改" HeaderText="修改" />
- 1
- dust6632016-01-27经过评测,对我没什么大用处,而且里面缺少代码引用。
- 粉丝: 0
- 资源: 1
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助