Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在会话过期之前向用户显示弹出消息或警告消息的代码......以及在重定向到登录页面之前
ClientScript.RegisterStartupScript( this.GetType(), Guid.NewGuid().ToString(), string.Format("alert('{0}');window.location.href = 'default.aspx'", message.Replace("'", @"\'").Replace("\n", "\\n").Replace("\r", "\\r")), true);