单项选择题
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); - 
                                    单项选择题
                                    
WhichclassisusedtospecifyasetoffeaturestosupportontheXrnlReaderobjectcreatedbytheCreatemethod?()
A.XmlReaderSettings
B.XmlSecureResolver
C.XmlValidatingReader
D.XmlTextReaderSelectMany(c => c.CustomerAddresses).Count()