简体   繁体   中英

adding usercontrol to aspx page

The base class includes the field 'WebUserControl1' , but its type (common_WebUserControl) is not compatible with the type of control (ASP.common_webusercontrol_ascx)

my code:

<%@ Register Src="~/LoginControl.ascx" TagName="TagLogin" TagPrefix="Login" %>


<Login:TagLogin id="CtrlLoginControl" runat="server"></Login:TagLogin>

wats wrong over here. wat i need to add any more...???

尝试将控件放在特定的命名空间中,然后asp.net不会尝试为它们生成类型。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM