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.NET
...
+ "<td>" + status + "</td>"
load.Controls.Add(new LiteralControl(_str));
私の考えは、数字をクリックして編集することです。どうすればできますか?