用户控件取值问题
public string UserName{
set
{
this.TxtUserName.Text=value;
}
get
{
return this.TxtUserName.Text;
}
}
请问:
其中这个value什么意思
2006-02-23 21:54
2006-02-24 08:07
2006-02-24 08:08

2006-02-24 12:11

2006-02-24 12:12
2006-02-24 12:16
2006-02-24 12:59

2006-02-24 13:25

2006-02-24 14:09
2006-02-24 15:37