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.
asp:TextBox に大きな文字列を表示したいと考えています。文字列は一連の数字ですが、テキストとして扱いたいです。
現在、ASP は巧妙になろうとしており、テキスト ボックスには 2.10002e+006 が表示されます。
210001800230 の代わりに...
これを制御する方法はありますか?
ありがとうございます