单项选择题
ou are developing an ASP.NET MVC 2 application. You create a view that will be returned by action methods in multiple controllers. You need to place the view in the appropriate folder. To which subfolder within the Views folder should you add the view?()
A.Master
B.Default
C.Shared
D.Common
点击查看答案
相关考题
-
单项选择题
Youhavetostoreuserdataof200KBinanobject.Whichstatemanagementtechniquetouse:()
A.Server session
B.Cookie
C.ViewState
D.Hidden Field -
单项选择题
Inawebpagewithchechboxesyouneedtowriteejquerythatretrunsthenumbercheckedcheckboxes.()
A.var n = $(“input:checked”).length;
B.var n = $(“:input, :checked”).length;
C.var n = $(“input:selected”).length;
D.var n = $(“:input, :selected”).length; -
单项选择题
Inapagethereisadiv(Iguessitwasadiv)andyouneedtoexecuteajavascriptfunctionwheniffirstmovesthemouseovertheelement.()
A.$(“#div1”).mouseenter(displayname);
B.$(“.div1”).mouseenter(displayname);
C.$(“#div1”).mousemove(displayname);
D.$(“.div1”).mousemove(displayname);
