多項(xiàng)選擇題在制作分頁(yè)顯示頁(yè)面時(shí),下列關(guān)于RecordSet對(duì)象的屬性中,哪些是可能要用到的屬性?()

A.PageCount
B.MoveNext
C.PageSize
D.AbsolutePage


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題數(shù)據(jù)庫(kù)a1.mdb中的數(shù)據(jù)表s1,含ID、name、pwd三個(gè)字段,能夠正確輸出當(dāng)前記錄的用戶名(name)的語(yǔ)句是()。

A.Response.Write(rs("name"))
B.Response.Write(rs.Field("name"))
C.Response.Write(rs.Fields(2))
D.Response.Write(rs(1))

3.單項(xiàng)選擇題ASP指的是()。

A.A Server Page
B.Active Standard Pages
C.Active Server Pages
D.All Standard Pages

4.單項(xiàng)選擇題在ASP中,默認(rèn)的腳本語(yǔ)言是()。

A.VBScript
B.EcmaScript
C.PERL
D.JavaScript

5.單項(xiàng)選擇題如何從使用"get"方法提交的表單中獲得數(shù)據(jù)?()

A.Request.QueryString
B.Request.Form