<%@ Register TagPrefix="SuperCompany" TagName="FeaturedProduct1" Src="FeaturedProduct1.ascx" %> <%@ Register TagPrefix="SuperCompany" TagName="FeaturedProduct2" Src="FeaturedProduct2.ascx" %>
If you neglect to register a user control, you'll receive a Type is not defined error message when you attempt to convert the user control to a particular type.
自定义控件的出错信息

本文介绍如何在ASP.NET中正确注册用户控件,并探讨了未注册用户控件时可能出现的“类型未定义”错误消息及其解决方法。
1183

被折叠的 条评论
为什么被折叠?



