什么逻辑前面不能用<%%>??
public UserControl uc;
protected void Page_Load(object sender, EventArgs e)
{
UserControl uc = this.LoadControl(".....") as UserControl;
this.uc=uc;
this.Controls.Add(uc);
}
前面页面不是可以引用uc的所有属性了?
不懂你问的是不是这个,说得不太清楚
無尽海
|
小虾三级
|园豆:540
|
2008-08-01 20:39