![]() |
#2
cyyu_ryh2007-03-14 12:38
|
if (this.tbContent.Text != null ) // 这个“ != null”有点问题
{
this.lblHello = this.tbContent.Text.Trim() + ",你好!";
}
else
{
this.lblHello.Text = "姓名不能为空!";
}
以上这段报错,请教 怎么解决。
