問題タブ [htmlgenericcontrol]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - HtmlGeneric コントロールに定義が含まれていません
C# webforms で SQL サーバーとの挿入フォーム リンクを作成したいだけです。残念ながら、私はこのエラーを受け取り、それらを定義する考えがありません。
エラー CS1061 'HtmlGenericControl' には 'Text' の定義が含まれておらず、タイプ 'HtmlGenericControl' の最初の引数を受け入れるアクセス可能な拡張メソッド 'Text' が見つかりませんでした (using ディレクティブまたはアセンブリ参照がありませんか?)
「テキスト」を正しい方法で定義するのを手伝ってください。
これは私の Contact.aspx です:
これは私の Contact.aspx.cs です