在ASP.NET中,为TextBox1控件添加事件代码处理,当获得焦点时,清空TextBox1控件中的内容,正确的代码是( );

admin2018-06-14  25

问题 在ASP.NET中,为TextBox1控件添加事件代码处理,当获得焦点时,清空TextBox1控件中的内容,正确的代码是(    );

选项 A、this.TextBox1.Attributes.Add("onfocus","this.value=";");
B、this.TextBox1.Text = string.Empty;
C、this.TextBox1.Attributes.Add("onfocus","this.Value=";");
D、this.TextBox1.Attributes.Add("onfocus","this.value=string.Empty;");

答案D

解析
转载请注明原文地址:https://kaotiyun.com/show/YTpD777K
0

最新回复(0)