你的位置:首页 > 软件开发 > ASP.net > Command调用存储过程小实例

Command调用存储过程小实例

发布时间:2016-05-03 22:00:06
1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication ...
 1 <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="WebApplication1.WebForm1" %> 2  3 <!DOCTYPE html> 4  5 <html ="http://www.w3.org/1999/xhtml"> 6 <head runat="server"> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 8   <title></title> 9 </head>10 <body>11   <form id="form1" runat="server">12   <div>13     <asp:get='_blank'>GridView ID="GridView1" runat="server"></asp:GridView>14     <asp:Label ID="Label1" runat="server" Text="请输入类别名:"></asp:Label>15     <br />16     <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>17     <asp:Button ID="Button1" runat="server" Text="添加" OnClick="Button1_Click" />18     <br />19   </div>20   </form>21 </body>22 </html>

原标题:Command调用存储过程小实例

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录