更多“设A=”ASP”,B=“.NET”,以下()可以得到站果”ASP”相关问题
  • 第1题:

    请说出ASP,ASP.NET 的区别


    正确答案:
      

  • 第2题:

    Asp.net可以有多个 Form吗


    正确答案:
     

  • 第3题:

    你觉得ASP.NET 2.0(VS2005)和你以前使用的开发工具(.Net 1.0或其他)有什么最大的区别?你在以前的平台上使用的哪些开发思想(pattern / architecture)可以移植到ASP.NET 2.0上 (或者已经内嵌在ASP.NET 2.0中)


    正确答案:
    答:1   ASP.NET 2.0 把一些代码进行了封装打包,所以相比1.0相同功能减少了很多代码.
         2   同时支持代码分离和页面嵌入服务器端代码两种模式,以前1.0版本,.NET提示帮助只有在分离的代码文件,无        法 在页面嵌入服务器端代码获得帮助提示,
         3 代码和设计界面切换的时候,2.0支持光标定位.这个我比较喜欢
         4 在绑定数据,做表的分页.UPDATE,DELETE,等操作都可以可视化操作,方便了初学者
         5 在ASP.NET中增加了40多个新的控件,减少了工作量

  • 第4题:

    有关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控件, 加强页面内容和脚本的设计能力。

    正确答案:D

  • 第5题:

    在Asp.net中,定义变量时不可以赋值。()


    正确答案:错误

  • 第6题:

    以下描述中,只有()是错误的。

    • A、ASP.NET提供了多种语言支持
    • B、ASP.NET提供了多种平台支持
    • C、ASP.NET采取编译执行的方式,极大的提高了运行性能
    • D、ASP.NET提供跨平台支持,也可以在Unix下执行

    正确答案:D

  • 第7题:

    在asp.net中我们可以将asp.net的代码放到单独的文件里。()


    正确答案:正确

  • 第8题:

    ASP。NET与ASP相比,主要有哪些进步?


    正确答案: asp解释形,aspx编译型,性能提高,可以跟美工的工作分开进行,更有利于团队开发。

  • 第9题:

    You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()

    • A、Configure the Windows Authentication setting to Enabled.
    • B、Configure the Forms Authentication setting to Enabled by using all the default settings.
    • C、Configure the ASP.NET State service to log on to the new local user account by using the Services console.
    • D、Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.

    正确答案:D

  • 第10题:

    判断题
    ASP.NET3.5仍使用ASP.NET2.0引擎
    A

    B


    正确答案:
    解析: 暂无解析

  • 第11题:

    问答题
    ASP。NET与ASP相比,主要有哪些进步?

    正确答案: asp解释形,aspx编译型,性能提高,可以跟美工的工作分开进行,更有利于团队开发。
    解析: 暂无解析

  • 第12题:

    单选题
    有关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控件, 加强页面内容和脚本的设计能力。


    正确答案: B
    解析: 暂无解析

  • 第13题:

    ASP.net 可以在哪些系统下运行


    正确答案:
     

  • 第14题:

    asp和asp.net的区别?


    正确答案:
     

  • 第15题:

    Asp和asp.net的主要区别表现在()、速度和功能3个方面。


    正确答案:运行机制

  • 第16题:

    在asp.net中数组的下限可以动态定义。()


    正确答案:错误

  • 第17题:

    编写asp.net程序只能在.net环境下,记事本不可以编写。()


    正确答案:错误

  • 第18题:

    ASP.NET3.5仍使用ASP.NET2.0引擎


    正确答案:正确

  • 第19题:

    ASP.net


    正确答案: ASP.net不仅仅是Active Server Page(ASP)的下一个版本,而且是一种建立在通用语言上的程序构架,能被用于一台Web服务器来建立强大的Web应用程序。ASP.net提供许多比现在的Web开发模式强大的优势。

  • 第20题:

    下列关于ASP.NET的描述中,错误的是()。

    • A、ASP.NET依赖于微软的.NET框架
    • B、ASP.NET采用纯面向对象语言比采用脚本语言的执行效率高
    • C、ASP.NET采用代码分离技术有利于开发协作
    • D、ASP.NET和ASP都采用了JavaScript编程语言

    正确答案:D

  • 第21题:

    判断题
    在asp.net中我们可以将asp.net的代码放到单独的文件里。()
    A

    B


    正确答案:
    解析: 暂无解析

  • 第22题:

    单选题
    设A=”ASP”,B=“.NET”,以下()可以得到站果”ASP.NET”。
    A

    A&B

    B

    A+B

    C

    A&+B

    D

    A-B


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    You manage a server that runs Windows Server 2008. The server has the Web Server (IIS) role installed. The Web developer at your company creates a new Web site that runs an ASP.NET 3.0 Web application.  The ASP.NET Web application must run under a security context that is separate from any other ASP.NET application on the Web server.  You create a local user account and grant account rights and permissions to run the ASP.NET Web application.  You need to configure authentication for the new Web site to support the Web application. What should you do?()
    A

    Configure the Windows Authentication setting to Enabled.

    B

    Configure the Forms Authentication setting to Enabled by using all the default settings.

    C

    Configure the ASP.NET State service to log on to the new local user account by using the Services console.

    D

    Configure the ASP.NET Impersonation setting to Enabled. Edit the ASP.NET Impersonation setting by specifying the new local user account.


    正确答案: A
    解析: 暂无解析