摘要:
SELECT TOP 10 * FROM Approve
WHERE (ID NOT IN
(
SELECT TOP 10*pageindex id FROM Approve
ORDER BY id
)
)
ORDER BY ID
pageindex 为页数
阅读全文
posted @ 2008-08-26 12:36
秦岭过客
阅读(337)
评论(0)
推荐(0)
摘要:
this.DropDownList4.DataSource = Ht;
this.DropDownList4.DataValueField = "key";
this.DropDownList4.DataTextField = "value";
this.DropDownList4.DataBind(); 阅读全文
posted @ 2008-08-26 11:51
秦岭过客
阅读(579)
评论(0)
推荐(0)
浙公网安备 33010602011771号