相关考题

单项选择题 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.  The application contains the following device filter element in the Web.config file.  <filter name="isHtml" compare="PreferredRenderingType"argument="html32" />  The application contains a Web page that has the following image control. (Line numbers are included for reference only.)  01 <mobile:Image ID="imgCtrl" Runat="server">  02  03 </mobile:Image>  You need to ensure that the following conditions are met:  &iexcl;&curren;The imgCtrl Image control displays the highRes.jpg file if the Web browser supports html &iexcl;&curren;The imgCtrl Image control displays lowRes.gif if the Web broser does not support html.  Which DeviceSpecific element should you insert at line 02? ()

单项选择题 You create a Microsoft ASP.NET Web application by using the Microsoft .NET Framework version 3.5.  The application contains the following device filter element in the Web.config file.  <filter name="isHtml" compare="PreferredRenderingType"argument="html32" />  The application contains a Web page that has the following image control. (Line numbers are included for reference only.)  01 <mobile:Image ID="imgCtrl" Runat="server">  02  03 </mobile:Image>  You need to ensure that the following conditions are met: &iexcl;&curren;The imgCtrl Image control displays he highRes.jpg file if the Web browser supports html.  &iexcl;&curren;The imgCtrl Image control displays lowRes.gif if the Web browser does not support html Which DeviceSpecific element should you insert at line 02? ()

单项选择题 YoucreateaMicrosoftASP.NETapplicationbyusingtheMicrosoft.NETFrameworkversion3.5. YoucreatealoginWebformbyusingthefollowingcodefragment. |English|Chinese|Japan|Korean|-153-TestInformationCo.,Ltd.Allrightsreserved. WhenauserclicksthebtnLoginButtoncontrol,thelogin()client-sidescriptiscalledtoauthenticatethe user.ThecredentialsprovidedintheTextBoxcontrolsareusedtocalltheclient-sidescript. Youalsoaddthefollowingclient-scriptcodefragmentintheWebform.(Linenumbersareincludedforreferenceonly.) 01 TheASP.NETapplicationisconfiguredtouseFormsAuthentication.TheASP.NETAJAXauthentication serviceisactivatedintheWeb.configfile. Youneedtoensurethatthefollowingworkflowismaintained: &iexcl;¤Onsuccessfuauthentication,theonLoginCompletedclient-scriptfunctioniscalledtonotifytheuser. |English|Chinese|Japan|Korean|-154-TestInformationCo.,Ltd.Allrightsreserved.&iexcl;¤Onfailureofauthentication,theonLoginFailedclien-scriptfunctioniscalledtodisplayanerrormessage. Whichcodesegmentshouldyouinsertatline06?()