启航-▲每天有个新的开始▲  

随笔分类 -  repeater(1.1)

  • 简单分页2
    摘要:'创建一个填充数据集的过程 Sub readpage(ByVal n As Integer) sDA = New SqlDataAdapter("select employeeid, lastname from employees order by employeeid", scon) ds = New DataSet ds.Clear() sDA.Fill(ds, (n - 1) * r... 阅读全文
    posted @ 2007-10-20 15:49 bighope 阅读(158) 评论(0) 推荐(0)
  • 简单分页
    摘要:using system; using system.data; using system.configuration; using system.collections; using system.web; using system.web.security; using system.web.ui; using system.web.ui.webcontrols; using ... 阅读全文
    posted @ 2007-10-20 15:46 bighope 阅读(253) 评论(0) 推荐(0)