asp.net弹出提示与跳转方式
asp.net弹出提示与跳转方式1,页面中显示:
Response.Write(i.ToString ()+"<br>");
2,对话框显示:
Page.RegisterStartupScript("msg", "<script>alert('" + _info + "')<" + "/script>");
Response.Write("<script>alert('"+_info+"')<" + "/script>");
3.提示之后再跳转:
Response.Write("<script>alert('注册成功');window.location='/employee/stulogsuccess.aspx';<" + "/script>");
注:此方法不可用window.history.back()返回;
4.直接跳转:
Response.Redirect("/employee/stulogsuccess.aspx",false);
5.用js跳转:
Response.Write("<script>window.location='/employee/stulogsuccess.aspx';<" + "/script>");
6.带参数跳转:
Response.Redirect("/Controls/error.aspx?msg="+Server.UrlEncode("提交信息没有成功。请与系统管理员联系。"));
============ 欢迎各位老板打赏~ ===========
与本文相关的文章
- · 企业微信开发之代开发应用
- · vue3 html2canvas导出透明png图片
- · The instance of entity type ‘Customer’ cannot be tracked because another instance with the same key value for {‘Id’} is already being tracked.
- · .NET8实时更新nginx ip地址归属地
- · 成都共享办公室推荐
- · 解决.NET Blazor子组件不刷新问题
- · .NET8如何在普通类库中引用 Microsoft.AspNetCore
- · 群晖web station设置wordpress 伪静态
- · 2024年,写字楼市场面临新挑战与机遇
- · 共享办公联合办公室的优缺点
- · 2024最新成都共享办公室排名
- · 微信封装wx.request