网站大量收购闲置独家精品文档,联系QQ:2885784924

实现DataList控件的分页.doc

  1. 1、本文档共12页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
实现DataList控件的分页

实现DataList控件的分页 实现DataList控件的分页 DataList控件功能很强大,他支持选择、编辑,实现的方法也很简单,不过最令人头疼的就是它不像DataGrid控件一样内置了分页的功能,这么好的一个控件竟然不能分页!!!确实是一个很让人头疼的事情。 不过,只是DataList没有提供内置的分页功能,但是并不表示,我们不能使用DataList控件来实现分页,既然它不给我分页功能,那只好自己动手了。 下面是全部原代码,其实用到的方法和PHP中的分页差不多,只是这里用的是DataAdapter与DataSet组合,而不是PHP中的SQL语句直接搞定。 default.aspx文件: %@ Page language=c# Codebehind=default.aspx.cs AutoEventWireup=false Inherits=guestbook._default % HTML HEAD title中国BS网留言簿/title HTML HEAD titleDataList分页/title meta name=GENERATOR Content=Microsoft Visual Studio 7.0 meta name=CODE_LANGUAGE Content=C# meta name=vs_defaultClientScript content=JavaScript /HEAD body MS_POSITIONING=GridLayout form method=post action=default.aspx runat=server ID=Form1 table width=100% border=0 cellpadding=2 cellspacing=0 align=center tr td align=middle asp:DataList ID=Myguest RepeatColumns=1 Runat=server ItemTemplate table class=gueststyleline border=0 cellpadding=0 cellspacing=1 align=center width=610 tr td table class=gueststyleline border=0 cellpadding=0 cellspacing=1 align=center width=610 tr td table width=100% border=0 cellpadding=6 cellspacing=0 class=gueststylebg align=center tr td width=112 align=center height=153 valign=top table width=100% border=0 cellspacing=0 cellpadding=0 height=100% class=gueststylebg tr td table border=0 cellspacing=0 cellpadding=0 align=center height=25 tr td class=FILTER div align=centerfont style=LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; 130; 0pt%# DataBinder.Eval(Container.DataItem,name) %/font/div /td /tr /table div align=centerfont style=LEFT: 0px; WIDTH: 100%; WORD-WRAP: break-word; 130; 0ptimg src=%# DataBinder.Eval(Container.DataItem,face) % width=80 height=90 align=middle/fontbr br ★ %# DataBinder.Eval(Container.DataItem,sex) % ★/div /td /tr /table /td td align=center height=153 width=2 table class=gueststyleline width=1 height=100% border=0 cellpadding=0 cellspacing=0 tr td width=1/td /tr /table /td td height=33 valign=top width=463 ta

文档评论(0)

mn93322 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档