单项选择题
A.btnAddToCart_Click
B.Page_Load
C.Page_PreRender
D.Page_PreInit
单项选择题 YouareimplementinganASP.NETWebsitethatwillbeaccessedbyaninternationalaudience.Thesitecontainsglobalandlocalresourcesfordisplayelementsthatmustbetranslatedintothelanguagethatisselectedbytheuser.YouneedtoensurethattheLabelcontrolnamedlblCompanydisplaystextintheuser’sselectedlanguagefromtheglobalresourcefile.Whichcontrolmarkupshouldyouuse?()
单项选择题 YouaretestinganexistingASP.NETpage.Thepageincludesatextbox.YouareabletoexecutemaliciousJavaScriptcodebytypingitinthetextboxandsubmitting.YouneedtoconfigurethepagetopreventJavaScriptcodefrombeingsubmittedbythetextbox.Inthe@Pagedirective,whichattributeshouldyousettotrue?()
单项选择题 You are implementing an ASP.NET MVC 2 Web application that contains the following class. You create a strongly typed view that displays details for a Department instance. You want the view to also include a listing of department employees. You need to write a code segment that will call the ListEmployees action method and output the results in place. Which code segment should you use?()