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.
サーバー側からコントロールにアクセスし、そのプロパティを有効に設定する方法を教えてください。
Webフォームを使用している場合は、<input type="number" id="numb" runat="server">具体的に追加する必要がありますrunat="server"
<input type="number" id="numb" runat="server">
runat="server"
サーバー側でこれを行う
numb.Enabled=false;