ASP.netで、変数値を非表示フィールドに設定しようとしましたが、例外が発生します。
最初の出力では、それは正しいです。それから私はそれを隠しフィールドに入れました、失敗しました。
それを修正する方法は?
user name: <%= User.Identity.Name %> // output is correct
<form runat=Server>
<asp:HiddenField id="HiddenField1" value=<%= User.Identity.Name %> runat=Server />
</form>
エラー
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Server tags cannot contain <% ... %> constructs.