码迷,mamicode.com
首页 > 编程语言 > 详细

Datagrid分页、排序、删除代码

时间:2019-05-11 09:31:09      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:count   https   edit   rac   als   web   code   dex   ISE   


<%@ Page language="c#" Codebehind="default.aspx.cs" AutoEventWireup="false" Inherits="datagrid.WebForm1" %>?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >?
<HTML>?
<HEAD>?
<title>WebForm1</title>?
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">?
<meta content="C#" name="CODE_LANGUAGE">?
<meta content="JavaScript" name="vs_defaultClientScript">?
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">?
</HEAD>?
<body MS_POSITIONING="GridLayout">?
<form id="Form1" method="post" runat="server">?
<script>?
window.resizeTo(screen.width,screen.height-30);?
</script>?
<asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 48px; POSITION: absolute; TOP: 56px" runat="server"?
HorizontalAlign="Center" DataKeyField="au_id" PageSize="3" AllowPaging="True" Width="408px"?
AutoGenerateColumns="False" AllowSorting="True">?
<Columns>?
<asp:BoundColumn DataField="au_id" SortExpression="au_id" ReadOnly="True" HeaderText="ID"></asp:BoundColumn>?
<asp:BoundColumn DataField="city" SortExpression="city" ReadOnly="True" HeaderText="城市"></asp:BoundColumn>?
<asp:TemplateColumn SortExpression="au_id" HeaderText="操作">?
<ItemTemplate>?
<asp:LinkButton runat="server" ID="delbutton" Text="删除" CommandName="Delete" CausesValidation="false"></asp:LinkButton>?
</ItemTemplate>?
</asp:TemplateColumn>?
</Columns>?
<PagerStyle Visible="False" PageButtonCount="6"></PagerStyle>?
</asp:datagrid><asp:label id="Label1" style="Z-INDEX: 106; LEFT: 312px; POSITION: absolute; TOP: 24px" runat="server"></asp:label><asp:linkbutton id="LBtfir" style="Z-INDEX: 105; LEFT: 72px; POSITION: absolute; TOP: 24px" runat="server">首页</asp:linkbutton><asp:linkbutton id="LBtlast" style="Z-INDEX: 104; LEFT: 256px; POSITION: absolute; TOP: 24px" runat="server">尾页</asp:linkbutton><asp:linkbutton id="LBtpre" style="Z-INDEX: 103; LEFT: 192px; POSITION: absolute; TOP: 24px" runat="server">上一页</asp:linkbutton><asp:linkbutton id="LBtnex" style="Z-INDEX: 102; LEFT: 120px; POSITION: absolute; TOP: 24px" runat="server">下一页</asp:linkbutton></form>?
</body>?
</HTML>?

Datagrid分页、排序、删除代码

标签:count   https   edit   rac   als   web   code   dex   ISE   

原文地址:https://www.cnblogs.com/mqxnongmin/p/10847697.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!