>>>提交按钮,首先会出现一次页面刷新,然后再执行按钮的后台事件this is not true, if you click a submit button, 按钮的后台事件 will be executed first, then the output followsif you need a waiting page, depending on what you are doing, you can try...save the data
Response.Redirect("waiting.aspx");
in waiting.aspx:
<META http-equiv="refresh" content="1;url=yourworking.aspx">