日期:2009-06-24  浏览次数:20468 次

Type yourType =
Type.GetType("System.Web.UI.WebControls.Label");

Object yourLabel = Activator.CreateInstance(yourType);