All articles| All Pictures| All Softwares| All Video| Go home page| Write articles| Upload pictures

Reading number is top 10 articles
Asp.net直接保存文件到客户端_[Asp.Net教程]
asp.net2.0中GridView控件应用实例
PHP实例:FCKeditor 的配置和使用方法_[PHP教程]
C#教程:客户机调用Windows服务
深入ASP.NET,2.0的提供者模型_[Asp.Net教程]
PHP脚本的8个技巧(5)采用PHP的用户认证_[PHP教程]
.NET字符串的特点,正则表达式在其中如何运用_.net资料_编程技术
asp.net2.0内置Application对象的方法
PHP,PEAR简介_php资料_编程技术
初学来看:针对初学PHP新手的疑难问答_php资料_编程技术
Reading number is top 10 pictures
The world's top ten most beautiful railway station1
Chinese paper-cut grilles art appreciation2
Ashlynn Brooke a group sexy photo3
BingBingFan apple dew point photo gallery1
奇趣的世界记录2
Poor doll, hand job was caught the currently in effect by his dad
China's first snake village1
The real super beauty2
HongMenYan premiere XinLiangGong clairvoyant outfit PK YiFeiLiu2
青春清纯美女大集合3
Download software ranking
Unix video tutorial3
The king of fighters 97(Mobile phone games-apk)
Boxer Classic video2
功夫熊猫2(上集)
徐若瑄成名作“魔鬼天使”
Dance with duck(male prostitution)
小黑猫大战两米大花蛇
Sora aoi's film--cangkong_Blue.Sky
Tram sex maniac 2 (H) rar bag19
Boxer's Top ten classic battle7
归海一刀 published in(发表于) 2014/1/30 1:28:33 Edit(编辑)
GridView每页添加不重新开始序号列_[Asp.Net教程]

GridView每页添加不重新开始序号列_[Asp.Net教程]

GridView每页添加不重新开始序号列_[Asp.Net教程]


<%# Container.DataItemIndex+1 %>



每一页从1开始
protected void GV_showAll_RowDataBound(object sender, GridViewRowEventArgs e)
{

if (e.Row.RowIndex > -1)
{
e.Row.Cells[0].Text = (e.Row.RowIndex+1).ToString() ;
//或者e.Row.Cells[0].Text = e.Row.DataItemIndex;
}
}
前台模板列为空






或者


<%#Container.DisplayIndex +1%>




添加到del.icio.us 添加到新浪ViVi 添加到百度搜藏 添加到POCO网摘 添加到天天网摘365Key 添加到和讯网摘 添加到天极网摘 添加到黑米书签 添加到QQ书签 添加到雅虎收藏 添加到奇客发现 diigo it 添加到饭否 添加到飞豆订阅 添加到抓虾收藏 添加到鲜果订阅 digg it 貼到funP 添加到有道阅读 Live Favorites 添加到Newsvine 打印本页 用Email发送本页 在Facebook上分享


Disclaimer Privacy Policy About us Site Map

If you have any requirements, please contact webmaster。(如果有什么要求,请联系站长)
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.