Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jqueryを使用して配列に値を格納しています。asp.net を使用してこれらの配列要素にアクセスするにはどうすればよいですか?
これが ASP.NET Web フォーム (aspx ページ) にある場合は、配列の内容を非表示のテキスト フィールドに書き込み、ボタンをクリックしてフォームを送信するだけです。その後、コード ビハインドはそのデータにアクセスできるようになります。