• λ我爱Aspx >> Asp.Net >> 教你制做Web实时进度条
  • 教你制做Web实时进度条

  • :aspxer  Դ:5iaspx  :2007-8-1 13:14:54  ؼ:web
  • }

    if(state==100)

    {

    this.panelProgress.Visible = false;

    this.panelBarSide.Visible = false;

    this.lblMessages.Text = "Task Completed!";

    Page.RegisterStartupScript("","<script>window.close();</script>");

    }

    }

    Web Form Designer generated code#region Web Form Designer generated code

    override protected void OnInit(EventArgs e)

    {

    //

    // CODEGEN: This call is required by the ASP.NET Web Form Designer.

    //

    InitializeComponent();

    base.OnInit(e);

    }

    /**//// <summary>

    /// Required method for Designer support - do not modify

    /// the contents of this method with the code editor.

    /// </summary>

    private void InitializeComponent()

    {

    this.Load += new System.EventHandler(this.Page_Load);

    }

    Ҷƪл˵?
  • һƪ教你IIS6的PHP最佳配置方法
    һƪASP与ASP.NET互通COOKIES的一点经验