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

RadListBox Error :- Unknown server tag 'telerik:RadListBox'

2 Answers 184 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Tapinder
Top achievements
Rank 1
Tapinder asked on 23 Sep 2009, 04:41 PM
Hi,

I am trying to use 'RadListBox' and getting the error : Unknown server tag 'telerik:RadListBox'.

In my code(given below), i have 'telerik:RadScriptManager ' , 'telerik:RadTextBox' and 'telerik:RadListBox '.

If i remove the 'telerik:RadListBox ' then the other two ('telerik:RadScriptManager ' and 'telerik:RadTextBox') works fine and RadTextBox is displayed on the screen.

If i add 'telerik:RadListBox ' to the same page then page give me above error. 


Thanks
Pal



My code:-
------------------------------------------------------------------
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="temp.aspx.cs" Inherits="Aif.Gatas.temp" %>
<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>
<html><head>
</head>
<body>
<form runat="server" id="mainForm" method="post" style="width: 100%">
    <telerik:RadScriptManager runat="server" ID="RadScriptManager1" />
    <telerik:RadTextBox ID="rTextBox" runat="server" ></telerik:RadTextBox>
        <telerik:RadListBox runat="server" ID="RadListBox1" AllowReorder="true" AllowDelete="true"
            Height="200px" Width="240px">
            <Items>
                <telerik:RadListBoxItem Text="Test Item 1" />
                <telerik:RadListBoxItem Text="Test Item 2" />
            </Items>
        </telerik:RadListBox>
</form>
</body></html>
------------------------------------------------------------------

2 Answers, 1 is accepted

Sort by
0
Accepted
Simon
Telerik team
answered on 23 Sep 2009, 04:53 PM
Hello Tapinder,

Please make sure that the references in your Web Application/Site are pointing to the correct version of Telerik.Web.UI which contains the RadListBox control - Q2 2009.

Kind regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tapinder
Top achievements
Rank 1
answered on 24 Sep 2009, 02:15 PM
Thanks Simon for your quick response.

You are right , i was using Q1 2009 instead of Q2 2009.


Thanks,
Pal
Tags
ListBox
Asked by
Tapinder
Top achievements
Rank 1
Answers by
Simon
Telerik team
Tapinder
Top achievements
Rank 1
Share this question
or