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

Reading number is top 10 articles
网页制作应掌握技术:随心所欲定制页面"弹出窗口"_JavaScript技术_编程技术
asp.net使用存储过程实现用户登录_[Asp.Net教程]
PHP+MySQL扎实基本功_[PHP教程]
有用的SQL语句(删除重复记录,收缩日志)_[SQL,Server教程]
javascript数组,sort方法的分析_JavaScript技术_编程技术
C#中的PageSetupDialog组件的应用实例
实例分享:自己开发的自定义分页控件_.net资料_编程技术
asp.net得到全部已选中的RedioButton的值_[Asp.Net教程]
Windows,Vista下安装SQL,Server,2005_mssql学习_编程技术
c#中GDI+图形图像:用直线和曲线消除锯齿
Reading number is top 10 pictures
Exquisite decoration is not paying too much1
10 powerless things in life
Exquisite decoration is not paying too much2
PengLiYuan lady for the world health organization fight TB and AIDS goodwill ambassador
这才是真正的人体艺术1
Sell the barbecue as says father du breul2
这才是真正的人体艺术3
清纯性感的美眉1
我国房地产真相
治疗多发性骨髓瘤的特效药,一万二一支
Download software ranking
传奇私服架设教程-chm
Unix video tutorial9
Popkart Cracked versions Mobile phone games
asp.netWeb服务器高级编程
圣殿祭司的ASP.NET.2.0.开发详解-使用C#
VC++6.0简体中文版
Kung.Fu.Panda.2
VeryCD电驴(EasyMule) V1.1.9 Build09081
JSP+Ajax Web development typical examples
Sora aoi - one of more PK
delv published in(发表于) 2014/1/10 6:28:16 Edit(编辑)
ASP.NET技巧:获取数据行数据信息_[Asp.Net教程]

ASP.NET技巧:获取数据行数据信息_[Asp.Net教程]

ASP.NET技巧:获取数据行数据信息_[Asp.Net教程]

如果我们需要通过触发事件得到数据行的信息,可以用脚本了来实现,下面是单击数据行得到行信息的代码:
function db(index)
{
var str = new String("");
var curTRObj = this.Rows[index].Control;
//var column=this.column.lengh;
for (i = 1; i <=this.Columns.length-1; i++)
{
if(curTRObj.cells[i].innerText == " ")
{
str += this.Columns[i].UniqueName + "-Null\t";
}
else
{
str += this.Columns[i].UniqueName + "-" + curTRObj.cells[i].innerText + "\t";
}
}
str+="\n";
confirm(str);
}


来源:网络







添加到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.