This is a migrated thread and some comments may be shown as answers.

Error Creating Control - unknown tag

1 Answer 103 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tal
Top achievements
Rank 1
Tal asked on 27 May 2013, 07:32 PM
Hi, 
I am having this weird problem with my aspx page design page.
I inserted a panel in a cotentPlaceHolder, within there is a table.
on the design page I get the error "error creating control . unknown server tag 'telerik:RadTextBox'.
when i run this page to the browser it look fine.

help!

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 May 2013, 07:01 AM
Hi,

This error usually happens when the project does not contain a reference to the Telerik.Web.UI assembly, or the reference is broken. Please have a look into this documentation.

Also can you make sure that the tagprefix in the telerik control declaration and that of the control are same.

<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<telerik:RadTextBox ID="RadTextBox1" runat="server"></telerik:RadTextBox>

Thanks,
Princy.
Tags
General Discussions
Asked by
Tal
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or