3 種類のソースに使用されるエラー ページに Reponse.Redirect しようとしています。この QueryString を実行すると、ページに移動しません。一般的な ASP.NET エラー ページが生成されます。
Response.Redirect("~/dispatch/NoStationError.aspx?Name=" + thisStation + "&Type=" + "Station");
thisStation は文字列です
3 種類のソースに使用されるエラー ページに Reponse.Redirect しようとしています。この QueryString を実行すると、ページに移動しません。一般的な ASP.NET エラー ページが生成されます。
Response.Redirect("~/dispatch/NoStationError.aspx?Name=" + thisStation + "&Type=" + "Station");
thisStation は文字列です