摘要:
aspx: private string _USID; public string USID { get { return _USID; } set { this.Label1.Text = value; } } aspx this.Uc1.USID = "aaa"; this.Uc1.DataBind(... 阅读全文
posted @ 2008-12-27 16:50
freexiaoyu
阅读(1289)
评论(1)
推荐(1)
浙公网安备 33010602011771号