网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
设置()属性,将html元素转换为html服务器控件。
- A、runat=“client”
- B、runat=“server”
- C、runat=“browser”
- D、不用设置
参考答案
更多 “设置()属性,将html元素转换为html服务器控件。A、runat=“client”B、runat=“server”C、runat=“browser”D、不用设置” 相关考题
考题
下面对CustomValidator控件说法错误的是()
A、能使用自定义的验证函数B、能使用自定义的验证函数C、指定客户端验证的属性是ClientValidationFuctionD、属性runat用来指定服务器端验证函数
考题
Exhibit:You develop a Web control to manage credit card information. The Web control is shown in the exhibit. You register the control on the Web Form by using the following code segment. %@ Register Assembly=CreditCardUserDetails Namespace=CreditCardUserDetails TagPrefix=cc1 % You need to declare the control on the Web Form. Which code segment should you use?()A. cc1:CreditCardDetails ID =CreditCardDetails1 runat=server Name=test/cc1:CreditCardDetailsasp:TextBox ID=TxtName runat=server Text=%#CreditCardDetails1.Name%/asp:TextBoxB. cc1:CreditCardDetails ID =CreditCardDetails1 runat=server Name=%#Container.Name%/cc1:CreditCardDetailsC. cc1:CreditCardDetails I D=CreditCardDetails1 runat=server Template asp:TextBox ID=TxtName runat=server Text=%#Container.Name%/asp:TextBox /Template/cc1:CreditCardDetailsD. cc1:CreditCardDetails I D=CreditCardDetails1 runat=server Template asp:TextBox ID=TxtName runat=server Text=%#Container.Template%/asp:TextBox /Template/cc1:CreditCardDetails
考题
YoucreateaMicrosoftASP.NETapplicationbyusingtheMicrosoft.NETFrameworkversion3.5.ToaddaCalendarservercontroltoaWebpage,youwritethefollowingcodefragment:asp:CalendarSelectionMode=DayWeekID=Calendar1runat=server/asp:CalendarYouneedtodisablethenon-weekdaysintheCalendarcontrol.Whatshouldyoudo?()A.AB.BC.CD.D
考题
有关ASP.NET脚本和HTML说法正确的是()A、HTML元素的ID属性值直接对应ASP.NET脚本的一个对象名B、一个HTML元素不需要添加“runat=server”,ASP.NET脚本也可以引用该HTML元素C、一个ASP.NET页面中脚本可以直接引用另一个ASP.NET页面的HTML元素D、 ASP.NET在原有的HTML元素的基础之上,又新增加一整套Web Server控件, 加强页面内容和脚本的设计能力。
考题
下面对CustomValidator控件说法错误的是()A、能使用自定义的验证函数B、可以同时添加客户端验证函数和服务端验证函数C、指定客户端验证的属性是ClientValidationFuctionD、属性runat用来指定服务器端验证函数
考题
关于HtmlForm控件说法错误的是()A、一个HtmlForm对应页面中的一个元素B、在一个Web Form中,允许只能存在多个HtmlForm控件C、在ASP.NET页面中,元素的method属性的默认值为postD、对于元素来说,属性Runat="Server" 不能省略
考题
你使用拖放控件到 Visual Studio 2005 页面设计器的方式,给 ASP.NET Web 窗体增加了一个用户控件 MyControl。请问,Visual Studio 给你的 Web 窗体做了那些变化?()A、为 Web 窗体的 body 增加了controlid="MyControl1"Runat="server"/元素。B、为 Web 窗体增加了@ Register 标记。C、为 Web 窗体的 body 增加了uc1:MyControlid="MyControl1"Runat="server"/元素。D、在 Web 窗体的节增加了metacontrol="MyControl"
元素。E、为 Web 窗体增加了@ Control 标记。
考题
面对CustomValidator控件说法错误的是( )A、控件允许用户根据程序设计需要自定义控件的验证方法B、控件可以添加客户端验证方法和服务器验证方法C、ClientValidatoFunction属性指定客户端验证方法D、runat属性来指定服务器端验证方法
考题
You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the user’s selected language from the global resource file. Which control markup should you use?()A、asp:Label ID="lblCompany" runat="server" meta:resourcekey="lblCompany" /B、asp:Label ID="lblCompany" runat="server" Text="meta:lblCompany.Text" / C、asp:Label ID="lblCompany" runat="server" Text="%$ Resources:lblCompanyText %" /D、asp:Label ID="lblCompany" runat="server" Text="%$ Resources:WebResources, lblCompanyText %" /
考题
你使用拖放控件到 Visual Studio 2005 页面设计器的方式,给 ASP.NET Web 窗体增加了一个用户控件 MyControl。请问,Visual Studio 给你的 Web 窗体做了那些变化?()A、为 Web 窗体的 body 增加了control id="MyControl1" Runat="server" /元素。B、为 Web 窗体增加了@ Register 标记。C、为 Web 窗体的 body 增加了uc1:MyControl id="MyControl1" Runat="server" / 元素。D、在 Web 窗体的head节增加了meta control="MyControl" 元素。E、为 Web 窗体增加了@ Control 标记
考题
单选题You are implementing an ASP.NET Web site that will be accessed by an international audience. The site contains global and local resources for display elements that must be translated into the language that is selected by the user. You need to ensure that the Label control named lblCompany displays text in the user’s selected language from the global resource file. Which control markup should you use?()A
asp:Label ID=lblCompany runat=server meta:resourcekey=lblCompany /B
asp:Label ID=lblCompany runat=server Text=meta:lblCompany.Text / C
asp:Label ID=lblCompany runat=server Text=%$ Resources:lblCompanyText % /D
asp:Label ID=lblCompany runat=server Text=%$ Resources:WebResources, lblCompanyText % /
考题
单选题关于HtmlForm控件说法错误的是()A
一个HtmlForm对应页面中的一个元素B
在一个Web Form中,允许只能存在多个HtmlForm控件C
在ASP.NET页面中,元素的method属性的默认值为postD
对于元素来说,属性Runat=Server 不能省略
考题
单选题有关HtmlGenericControl控件的属性,下面描述错误的是()。A
InnerHtml属性设置或返回HTML元素开始标签和结束标签之间的内容B
InnerText属性设置或返回HTML元素开始标签和结束标签之间的所有文本C
InnerHtml属性自动对进出HTML实体的特殊字符进行编码D
InnerText属性自动对进出HTML实体的特殊字符进行编码
考题
单选题下面对CustomValidator控件说法错误的是()A
能使用自定义的验证函数B
可以同时添加客户端验证函数和服务端验证函数C
指定客户端验证的属性是ClientValidationFuctionD
属性runat用来指定服务器端验证函数
考题
单选题有关ASP.NET脚本和HTML说法正确的是()A
HTML元素的ID属性值直接对应ASP.NET脚本的一个对象名B
一个HTML元素不需要添加“runat=server”,ASP.NET脚本也可以引用该HTML元素C
一个ASP.NET页面中脚本可以直接引用另一个ASP.NET页面的HTML元素D
ASP.NET在原有的HTML元素的基础之上,又新增加一整套Web Server控件, 加强页面内容和脚本的设计能力。
考题
单选题()是以HTML标记为基础衍生出来的,提供了对HTML标记的属性读取和设置的功能。A
Web窗体控件B
网络控件C
数据控件D
HTML控件
热门标签
最新试卷