asp.net 使用简单存储过程

.aspx.cn代码:

 

Code

 

。.aspx代码:

 

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test_none.aspx.cs" Inherits="test_procedure_test_none" %>

<!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>
</head>
<body>
    
<form id="form1" runat="server">
    
<div>
    
        
<br />
        
<br />
        
<br />
        
<asp:GridView ID="GridView1" runat="server">
        
</asp:GridView>
        
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        
<asp:Button ID="Button1" runat="server" onclick="Button1_Click" Text="绑定" />
        
<br />
    
    
</div>
    
</form>
</body>
</html>

posted on 2008-11-02 13:40  鱼跃于渊  阅读(108)  评论(0编辑  收藏  举报

导航