代码文件:
استخدام النظام؛
باستخدام System.Collections؛
باستخدام System.ComponentModel؛
باستخدام System.Data؛
باستخدام System.Drawing؛
باستخدام System.Web؛
باستخدام System.Web.SessionState؛
باستخدام System.Web.UI؛
باستخدام System.Web.UI.WebControls؛
باستخدام System.Web.UI.HtmlControls؛
باستخدام System.Threading؛
مساحة الاسم AjaxTest
{
/**//// <الملخص>
/// WebForm2 موجود هنا.
/// </الملخص>
الفئة العامة WebForm2: System.Web.UI.Page
{
System.Web.UI.WebControls.Button Button1 المحمي؛
System.Web.UI.WebControls.Label Label1 محمي؛
Page_Load باطلة خاصة (مرسل الكائن، System.EventArgs e)
{
Response.Write("<div id='mydiv' >");
Response.Write("_");
Response.Write("</div>");
Response.Write("<script>mydiv.innerText = '';</script>");
Response.Write("<script language=javascript>;");
Response.Write("var dots = 0;var dotmax = 10;function ShowWait()");
Response.Write("{varput;output = '正在装载页面';dots++;if(dots>=dotmax)dots=1;");
Response.Write("for(var x = 0;x < dots;x++){output += '·';}mydiv.innerText = Output;}");
Response.Write("function StartShowWait(){mydiv.style.visibility = 'visible'; ");
Response.Write("window.setInterval('ShowWait()',1000);}");
Response.Write("function HideWait(){mydiv.style.visibility = 'hidden';");
Response.Write("window.clearInterval();}");
Response.Write("StartShowWait();</script>");
Response.Flush();//الحصول على أفضل النتائج
}
باطلة خاصة Button1_Click(مرسل الكائن، System.EventArgs e)
{
//当点击按钮时،假设请求需要较长时间(这里设置为10秒)
System.Threading.Thread.Sleep(10000);
this.Label1.Text = "معرفة اسم المنتج";
}
موقع الويب موقع الويب # المنطقة موقع الويب موقع الويب
تجاوز OnInit المحمي باطلة (EventArgs e)
{
//
// CODEGEN: تم إنشاء موقع ويب ASP.NET من خلال موقع الويب.
//
InitializeComponent();
base.OnInit(e);
}
/**//// <الملخص>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容.
/// </الملخص>
الفراغ الخاص ()InitializeComponent
{
this.Button1.Click += new System.EventHandler(this.Button1_Click);
this.Load += new System.EventHandler(this.Page_Load);
}
#endregion
}
}
العنوان:
<%@ لغة الصفحة = "c#" Codebehind = "WebForm2.aspx.cs" AutoEventWireup = "false" Inherits = "AjaxTest.WebForm2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<أتش تي أم أل>
<الرأس>
<title>WebForm2</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content=" http://schemas.microsoft.com/intellisense/ie5 ">
<النص البرمجي>
HideWait();
</script>
</الرأس>
<body MS_POSITIONING="GridLayout">
<form id="Form1"method="post" runat="server">
<وجه الخط = "宋 体">
<asp:Button id = "Button1" style = "Z-INDEX: 101؛ اليسار: 480 بكسل؛ الموضع: مطلق؛ الأعلى: 200 بكسل" runat = "الخادم"
نص = "زر"></asp:زر>
<asp:Label id="Label1" style="Z-INDEX: 102; اليسار: 632px; الموضع: مطلق; TOP: 240px" runat="server">التسمية</asp:Label></FONT>
</النموذج>
</الجسم>
</HTML>
http://fanrsh.cnblogs.com/archive/2006/06/14/425888.html