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

The type or namespace name 'WebControls' does not exist in the namespace 'Telerik' (are you missing an assembly reference?)

1 Answer 115 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stavros
Top achievements
Rank 1
Stavros asked on 27 Sep 2008, 08:07 PM

I am getting this message as a result of adding the line

using Telerik.WebControls;

Any idea how to fix that?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Sep 2008, 05:53 AM
Hi Stavros,

Try  adding the  Telerik.Web.UI  namespace in your code-behind page.

using Telerik.Web.UI; 

Regards
Shinu.
Tags
General Discussions
Asked by
Stavros
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or