asp.net在事件中启动线程来打开一个页面的实现方法
在页面点击一个按钮,其目的是在按钮中做两件事情,一件需要点击按钮马上完成,另一件事情是点击按钮后做其他事情。如果按顺序一次做完感觉特别耗时,下面简单罗列一下。
protectedvoidButton1_Click(objectsender,EventArgse)
{
Label1.Text=TextBox1.Text;
//在这做第一件事情
dowork();
//做完后马上启动线程
System.Threading.Threadthread=newSystem.Threading.Thread(newSystem.Threading.ThreadStart(ThreadChild));
thread.Start();
}
线程中处理完后打开一个窗口
publicvoidThreadChild()
{
Label2.Text=DateTime.Now.ToString();
//Response.Write("");
//响应http必然报错
//Response.Write("<script>window.open('login.aspx','','');</script>");
//通过注册即可打开窗口
Page.RegisterStartupScript("","<script>window.open('login.aspx','','');</script>");
}
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短