单项选择题

You have to store user data of 200 KB in an object. Which state management technique to use:()

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);

相关试题
  • You are developing an ASP.NET MVC...
  • You are developing an ASP.NET Web...
  • You create an ASP.NET server contr...
  • You are developing a WCF service....
  • You are developing an ASP.NET Web...