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

AjaxLoadingPanel shows unknown server tag

1 Answer 53 Views
AjaxLoadingPanel
This is a migrated thread and some comments may be shown as answers.
ashishpandey21jan
Top achievements
Rank 1
ashishpandey21jan asked on 17 Oct 2015, 12:24 PM

We are using telerik old version which was using dll of rad controls.Now we are upgrading these controls to latest version of telerik and getting  code issue which was not working .

My following code is not working , So please let us know How we can fixed this issue.

<telerik:AjaxLoadingPanel ID="AjaxLoadingPanel1"   runat="server" Height="75px" Width="75px">

        <img alt="loading..." src="../RadControls/Ajax/Skins/Default/loading6.gif" />

        </telerik:AjaxLoadingPanel>

 Gives error:Error16 Unknown server tag 'telerik:AjaxLoadingPanel'.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 19 Oct 2015, 01:40 PM
Hello,

Note that the controls name is RadAjaxLoadingPanel and its declaration should look like this:

<telerik:RadAjaxLoadingPanel ID="AjaxLoadingPanel1"   runat="server" Height="75px" Width="75px">
 
        <img alt="loading..." src="../RadControls/Ajax/Skins/Default/loading6.gif" />
 
        </telerik:RadAjaxLoadingPanel>


Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
AjaxLoadingPanel
Asked by
ashishpandey21jan
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or