I do like this inside my aspx page
Type.GetType("System.Web.UI.TemplateControl", True, True)it throws an error or I get null. It can't find TemplateControl. what is the best way to get that type, because I know it is there... thanks.
I do like this inside my aspx page
Type.GetType("System.Web.UI.TemplateControl", True, True)it throws an error or I get null. It can't find TemplateControl. what is the best way to get that type, because I know it is there... thanks.