私はこれを持っています
<asp:TextBox ID="svv" OnClick="this.value=''" runat="server">Hello...</asp:TextBox>
OnClick="this.value=''" // On mouse click in textbox it will deleted the text.
どうすれば次のように設定できますか
Unclick"this.defautlvalue"; // something like this.
そのため、コントロールをクリックすると値がクリアされ、コントロールを終了すると (たとえば、別のテキスト ボックスをクリックすると)、テキスト ボックスの既定値が返されます。
ありがとう