相关考题
-
单项选择题
在ASP.NET中,会话启动时触发的事件为()。
A.Session_Start
B.Session_End
C.Application_Start
D.Application_End -
单项选择题
您需要设置Cookie保存时间为一月,应该使用HttpCookie对象的()属性。
A.Time
B.Expires
C.OutTime
D.SaveTime -
单项选择题
ASP.NET中获得从地址栏中传递过来的查询参数,需要使用下面的哪个代码?()
A.Request.QueryString
B.Response.QueryString
C.Request.Form
D.Response.Form
