网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 论文源代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > 编程文档 > ASP.net > 正文

14个关于ASP.NET热点问题的解答

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 12/10/12

      Application_Start
      Application_End
     Session对象创建和结束时所触发的事件有
     • Session_Start
     • Session_End
     对程序有请求发生时触发的事件有 (按发生顺序排列)
     • Application_BeginRequest
     • Application_AuthenticateRequest
     • Application_AuthorizeRequest
     • Application_ResolveRequestCache
     • Application_AcquireRequestState
     • Application_PreRequestHandlerExecute
     • Application_PostRequestHandlerExecute
     • Application_ReleaseRequestState
     • Application_UpdateRequestCache
     • Application_EndRequest
     当有程序有错误发生时触发的事件有
     • Application_Error
     • Application_Disposed

     10、Web控件是否支持样式表()呢?
   
     Yes. All Web controls inherit a property named CssClass from the base class System.Web.UI.WebControls.WebControl. The following example defines a class named Input and uses it to modify a TextBox control to display text in red 10-point Verdana type:
   
     支持,所有的Web控件都从基类System.Web.UI.WebControls.WebControl中继承了一个叫做CssClass的属性。
     例如:
      
    <html>
    <head>
    <style>
    .Input { font: 10pt verdana; color: red; }
    </style>
    </head>
    <body>
    <form runat="server">
    <asp:TextBox CssClass="Input" RunAt="server" />
    </form>
    </body>
    </html>
   
      11、在ASPX文件中默认导入那些名称空间?
   
     ASPX默认导入的名称空间可以直接引用了,使用其它的名称空间就的自行导入了。
   
     默认名称空间
      System
      System.Collections
      System.Collections.Specialized
      System.Configuration
      System.Text
      System.Text.RegularExpressions
      System.Web
      System.Web.Caching
      System.Web.Security
      System.Web.SessionState
      System.Web.UI
      System.Web.UI.HtmlControls
      System.Web.UI.WebControls

     12、我是否可以自己创建服务器控件呢?
   
     可以,创作您自己的 ASP.NET 服务器控件很容易。创建简单的自定义控件时,您所要做的只是定义从 System.Web.UI.Control 派生的类并重写它的 Render 方法。Render 方法采用 Sys

网学推荐

免费论文

原创论文

设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号