Feb
23
Written by:
host
2/23/2011 2:34 PM
Yes, Try this but not working. After reasearch I found need pass the fully quantified STRONG name to Type.GetType method.
So this will work:
Type myType1 = Type.GetType("System.Web.UI.WebControls.TextBox, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a");
Tags: