C# に次のコード行があります。
Page.ClientScript.RegisterStartupScript(Page.GetType(), null, "window.open('http://localhost:4000/Transaction_Number.aspx?num=<%=trans_number%>', '_newtab')", true);
ここで、trans_number は私の C# コード ビハインドの変数です。私の問題は、クエリ文字列 (num 変数) を処理すると、結果が常に次のようになることです。
<%trans_number%>
その変数の内容の代わりに。どうすればこれを解決できますか?