您的位置:首页 > 产品设计 > UI/UE

Custom control-- Error:System.Web.UI.UserControl' does not contain a definition for 'LoadCatalog ' a

2012-07-11 01:07 651 查看
Error: 'System.Web.UI.UserControl' does not contain a definition for 'LoadCatalog ' and no extension method 'LoadCatalog ' accepting a first argument of type 'System.Web.UI.UserControl' could be found (are you missing a using directive or an assembly reference?)

When you use the custom control, you need to be careful with the designer. cs. You need to change this control property to your solution path.

Example:

protected global::XXX.Web.Controls.CatalogInfo ucCatalogInfo;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐