私の悪い英語でごめんなさい!
入力ボックスの文字セットを変更する Ajaxcontroltoolkit TextBox (Html Editor) があります。
例:
入力文字列 - ❝ ❞ ❛ ❜ ' ' ‚ " „ ´ « » ‹ › Ꞌ " < > @ × ‧ ¨ ․ ꞉ : ⁂ ! ‼ </p>
出力文字列 - ❝ ❞ ❛ ❜ ' ' ‚ “ ” „ � � ‹ › Ꞌ " < > @ � ‧ � ․ ꞉ : ⁂ ! ‼
入力テキストの長さを検証するポップアップウィンドウがあります。OKボタンをクリックすると、テキストボックスがテキストを変更します。
私を手伝ってくれますか?
ascx のテキスト ボックス
<asp:TextBox runat="server" ID="OutageEndDateTextBox" Enabled="<%# OperationMode == Mode.Add || OperationMode == Mode.Edit %>" MaxLength="25" CssClass="textbox" />
ボタンOKの手順
protected void OnOkButtonClick(object sender, EventArgs e)
{
modalPopup.Show();
}