相关考题
-
多项选择题
在ASP.NET中,有关Page对象的说法,哪些是正确的()
A.IsPostBack是bool值
B.IsVal示页面验证是否成功
C.IsPost属性是bool值
D.IsPostBack的作用是判断页面是否是Post提交方式 -
单项选择题
ASP.NET中,aspx页面在运行时被编译为哪种类型的对象()
A.Cookie
B.Page
C.Session
D.Post -
单项选择题
在ASP.NET中,Page对象继承于哪个类()
A.System.Web.Page
B.System.Web.UI.Page
C.System.WebSite.UI.Page
D.System.Web.Server.Page
