我想用Response.Redirect来实现页面参数传递。
比如:
string StrPage = "abc.aspx";
Response.Redirect(StrPage);
这样写会报错的,请问高手们有没什么办法解决我这个传递参数的跳转。