DSL全称是Data Source Objects,是一种()技术。XML DSO是一个Microsoft ActiveX控件,嵌入到Microsoft Internet Explore中。

DSL全称是Data Source Objects,是一种()技术。XML DSO是一个Microsoft ActiveX控件,嵌入到Microsoft Internet Explore中。


相关考题:

脚本文件和ActiveX控件都可以嵌入在HTML文件中执行。()

下列属于网络浏览软件的是 ( )。A.Internet ExploreB.Microsoft WordC.Microsoft ExcelD.Microsoft PowerPoint

ADO控件属于ActiveX控件,使用之前必须将Microsoft ADO Data Control 6.0(OLE DB)添加到工具箱中,添加ADO控件的菜单命令为( )。 A、“工程”→“引用”B、“工程”→“部件”C、“工具”→“选项”D、“工程”→“添加文件”

你正在创建一个包含 TreeView 控件的 Web 窗体。其中,TreeView 控件只允许用户在站点导航配置文件 Marketing 节范围内进行导航。下面是站点导航 XML 配置文件的定义:现在,你需要绑定站点导航数据到TreeView控件上,并且让用户只能在Marketing节范围内进行导航。请问,你应该执行下面那三个步骤达到此目的?() A. 增加一个SiteMapDataSource控件到Web窗体,并且绑定到TreeView 控件。B. 增加一个SiteMapPath控件到Web窗体,并且绑定到TreeView控件。C. 嵌入上述站点导航XML定义到Web.sitemap文件的SiteMap节点内。D. 嵌入上述站点导航XML定义到Web.config文件的AppSettings节点内。E. 设置SiteMapDataSource 控件的StartingNodeUrl属性值为~/Marketing.aspx。F. 设置SiteMapPath 控件的SkipLinkText属性值为Sales。

ADO控件属于ActiveX控件,使用之前必须加载Microsoft ADO Data Conctrol 6.0(OLEDB),将ADO控件添加到工具箱中。添加ADO控件的菜单为( )。 A.“工程”→“引用”B.“工程”→“部件”C.“工具”→“选项”D.“工程”→“添加文件”

为Internet Explorer中Internet区域的Web内容指定安全设置,禁止对没有标记为安全的ActiveX控件进行初始化和脚本运行,启用下载未签名的ActiveX控件。

关于ActiveX 加载项,正确的是( )。A. ActiveX 脚本不支持JavaScriptB.IE 的安全级别设置问题,导致无法加载到网银控件,无法进行修改C.不能使用ActiveX 打开Microsoft Excel 或Microsoft Word 文件D. ActiveX 插件以前也叫做OLE 控件或OCX 控件,它是一些软件组件或对象,可以将其插入到WEB 网页或其他应用程序中

小伙子见你对电脑很懂,接着告诉你,他在电脑上安装网银时,网页上方会弹出“无法加载电脑上安装的activeX 加载项”,希望你能给他解释一下。关于activeX 加载项,你可以告诉他什么?(请选择正确的一项)A. ActiveX 脚本不支持JavaScriptB.IE 的安全级别设置问题,导致无法加载到网银控件,无法进行修改C.不能使用ActiveX 打开Microsoft Excel 或Microsoft Word 文件D. ActiveX 插件以前也叫做OLE 控件或OCX 控件,它是一些软件组件或对象,可以将其插入到WEB 网页或其它应用程序中

ActiveX控件是指一些遵循MicroSoft ActiveX 技术规范的可执行的代码A对B错

有两种最流行的浏览器软件,一种是Microsoft Internet Explore,另一种是()。

XML Schema两种重要的模型是Microsoft XML Schema和()。

下列哪个控件可以通过绑定中间层对象来管理数据库()A、Sql Data SouceB、Xml Data SourceC、Object Data SourceD、Access Data Source

在Microsoft XML Schema使用数据类型,引用的名称空间是urn:schemas-microsoft-com:()。A、datatypeB、xml-dataC、xml-msdataD、xslt

ADO控件属于ActiveX控件,使用之前必须加载Microsoft ADO Data Conctrol 6.0(OLEDB),将ADO控件添加到工具箱中。添加ADO控件的菜单为()。A、“工程”→“引用”B、“工程”→“部件”C、“工具”→“选项”D、“工程”→“添加文件”

浏览器是一种用于获取Internet上信息资源的应用程序,以下()属于浏览器软件。A、Tencent TravelerB、Media PlayerC、Microsoft OfficeD、Microsoft Internet ExplorerE、Netscape Navigator

老版本的Internet Explorer(IE5 和 IE6)使用ActiveX对象:xmlhttp=new ActiveXObject(";Microsoft.XMLHTTP";)。()

ActiveX控件是指一些遵循MicroSoft ActiveX技术规范的可执行的代码。

您需要移除 Microsoft Windows Vista 计算机上任何未经下列授权单位事先核准的 Microsoft Windows Internet Explorer 7 附加组件:  ·Microsoft  ·系统制造商  ·服务提供者  这时应该怎么做?()A、 移除在已下载的 ActiveX 控件清单中找不到的附加组件。B、 移除在 Windows Internet Explorer 7 所使用的附加组件清单中找不到的附加组件。C、 移除在没有必要执行权限的附加组件清单中找不到的附加组件。D、 移除在目前加载 Windows Internet Explorer 7 的附加组件清单中找不到的附加组件。

You create a Microsoft ASP.NET application by using the Microsoft .NET Framework version 3.5. The application uses Session objects. You are modifying the application to run on a Web farm. You need to ensure that the application can access the Session objects from all the servers in the Web farm. You also need to ensure that when any server in the Web farm restarts or stops responding, the Session objects are not lost.  What should you do?()A、Use the InProc Session Management mode to store session data in the ASP.NET worker process. B、Use the SQLServer Session Management mode to store session data in a common Microsoft SQL Server 2005 database. C、Use the SQLServer Session Management mode to store session data in an individual database for each Web server in the Web farm. D、Use the StateServer Session Management mode to store session data in a common State Server process on a Web server in the Web farm.

You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a ListBox control named lbxItems that is data-bound to a collection of objects. Each object has a DisplayValue property. You add a Button control to the application. You need to ensure that the Content property of the Button control is data-bound to the DisplayValue property of the selected item of lbxItems. Which binding expression should you use?()A、{ Binding ElementName=lbxItems, Source=SelectedItem, Path=DisplayValue }B、{ Binding Source=lbxItems, ElementName=SelectedItem, Path=DisplayValue }C、{ Binding ElementName=lbxItems, Path=SelectedItem.DisplayValue }D、{ Binding Source=lbxItems, Path=SelectedItem.DisplayValue }

You need to recommend a solution for controlling access to the Internet.The solution must meet the museum’s security polic. What should you include in the recommendation?()A、File Server Resource Manager (FSRM) file screens and Group Policy objects (GPOs)B、Microsoft Forefront Threat Management Gateway (TMG) 2010C、Microsoft Forefront Unified Access Gateway (UAG) 2010D、Windows Firewall with Advanced Security and Group Policy objects (GPOs)

判断题ActiveX控件是指一些遵循MicroSoft ActiveX技术规范的可执行的代码。A对B错

单选题您需要移除 Microsoft Windows Vista 计算机上任何未经下列授权单位事先核准的 Microsoft Windows Internet Explorer 7 附加组件: ·Microsoft ·系统制造商 ·服务提供者 这时应该怎么做?()A 移除在已下载的 ActiveX 控件清单中找不到的附加组件。B 移除在 Windows Internet Explorer 7 所使用的附加组件清单中找不到的附加组件。C 移除在没有必要执行权限的附加组件清单中找不到的附加组件。D 移除在目前加载 Windows Internet Explorer 7 的附加组件清单中找不到的附加组件。

单选题You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create a Windows Presentation Foundation (WPF) application. The application contains a ListBox control named lbxItems that is data-bound to a collection of objects. Each object has a DisplayValue property. You add a Button control to the application. You need to ensure that the Content property of the Button control is data-bound to the DisplayValue property of the selected item of lbxItems. Which binding expression should you use?()A{ Binding ElementName=lbxItems, Source=SelectedItem, Path=DisplayValue }B{ Binding Source=lbxItems, ElementName=SelectedItem, Path=DisplayValue }C{ Binding ElementName=lbxItems, Path=SelectedItem.DisplayValue }D{ Binding Source=lbxItems, Path=SelectedItem.DisplayValue }

单选题ADO控件属于ActiveX控件,使用之前必须加载Microsoft ADO Data Conctrol 6.0(OLEDB),将ADO控件添加到工具箱中。添加ADO控件的菜单为()。A“工程”→“引用”B“工程”→“部件”C“工具”→“选项”D“工程”→“添加文件”

填空题有两种最流行的浏览器软件,一种是Microsoft Internet Explore,另一种是()。

判断题老版本的Internet Explorer(IE5 和 IE6)使用ActiveX对象:xmlhttp=new ActiveXObject(";Microsoft.XMLHTTP";)。()A对B错