我正在尝试使用以下代码在信息路径表单的按钮单击上重定向页面:
HttpContext.Current.Response.Redirect("http://www.google.com", true);
但我收到此错误:
“你调用的对象是空的。”
我正在尝试使用以下代码在信息路径表单的按钮单击上重定向页面:
HttpContext.Current.Response.Redirect("http://www.google.com", true);
但我收到此错误:
“你调用的对象是空的。”
它对你有帮助吗?
HttpContext.Current.Response.Redirect("http://www.google.com", false);
看这里,
http://mfawazsp.blogspot.in/2010/02/problem-with-responseredirect-in.html
或/和这个,
或/和这个,