最新评论
Re:也谈数据分页 少将 2009-12-09 11:12
顶个。。。。
re: 使用Javascript模拟一个DataTable! Gram 2009-01-13 17:21
var dt=new iDataTable()
//Add two columns
var iCol=new iColumn("Field1","System.String")
dt.Columns.Add(iCol)
iCol=new iColumn("Field2","System.String")
dt.Columns.Add(iCol)
//insert a Row
var _iRow=dt.Rows.insertRow()
_iRow.Cells(0)="aa"
_iRow.Cells(1)="bb"
//Add two columns
var iCol=new iColumn("Field1","System.String")
dt.Columns.Add(iCol)
iCol=new iColumn("Field2","System.String")
dt.Columns.Add(iCol)
//insert a Row
var _iRow=dt.Rows.insertRow()
_iRow.Cells(0)="aa"
_iRow.Cells(1)="bb"
re: 使用Javascript模拟一个DataTable! ★海戰鷹 2009-01-05 17:03
楼主的帖子实在是写得太好了。文笔流畅,修辞得体,深得魏晋诸朝遗风,更将唐风宋骨发扬得入木三分,能在有生之年看见楼主的这个帖子 ,实在是我三生之幸啊
re: 使用Javascript模拟一个DataTable! Michael 2008-12-09 14:34
怎么没有具体的用法示例啊,望楼主共享一个
re: 设计模式视频讲座----强烈推荐 t 2008-04-03 22:02
ddf
re: 使用Javascript模拟一个DataTable! Gram 2008-03-25 14:37
--引用--------------------------------------------------
sunriseyuenx: 太简单了,而且没有用xml保存数据,我写了一个使用xml保存的.
--------------------------------------------------------
xml保存数据???是什麼意思
sunriseyuenx: 太简单了,而且没有用xml保存数据,我写了一个使用xml保存的.
--------------------------------------------------------
xml保存数据???是什麼意思
re: 使用Javascript模拟一个DataTable! sunriseyuenx 2008-03-25 13:40
太简单了,而且没有用xml保存数据,我写了一个使用xml保存的.
re: 使用Javascript模拟一个DataTable! 秋千 2008-03-25 12:09
写得不错。
re: 使用Javascript模拟一个DataTable! Clark Zheng 2008-03-25 11:45
是有点简单。。。
re: 简单好用的Web进度条! Gram 2008-03-18 10:19
呵呵!不是很漂亮
re: 简单好用的Web进度条! 有容乃大 2008-03-18 09:29
ie7没有显示,firefox进以看到进度条,不错效果很一般。