客户端浏览器检查&动态加载用户控件 客户端浏览器检查
Control c1=Page.LoadControl("userControl.ascx");PlaceHolder1.Controls.Add(c1);