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

RadComboBox Error from Example

1 Answer 82 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Najid Hanif
Top achievements
Rank 2
Najid Hanif asked on 21 Jul 2011, 08:12 PM
Hi I am trying to run the example shown here:

http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx

I get the following error on this line:  public partial class DefaultCS : System.Web.UI.Page

Error 1 Make sure that the class defined in this code file matches the 'inherits' attribute, and that it extends the correct base class (e.g. Page or UserControl). D:\...\RadControlsWebSite1\RadControlsWebSite1\DefaultCS.aspx.cs 12 33 D:\...\RadControlsWebSite1\

CS
namespace Telerik.ComboboxExamplesCS.MultiColumnCombo
{
    public partial class DefaultCS : System.Web.UI.Page
    {

Should I be changing something else? I am pretty sure I followed all of the isolation steps.


Thanks

1 Answer, 1 is accepted

Sort by
0
Najid Hanif
Top achievements
Rank 2
answered on 21 Jul 2011, 08:47 PM
I had a typo that I did not change, Its good now...

<%@ Page AutoEventWireup="true" CodeFile="DefaultCS.aspx.cs" Inherits="Telerik.ComboboxExamplesCS.MultiColumnCombo.DefaultCS"
    Language="c#" %>

Tags
ComboBox
Asked by
Najid Hanif
Top achievements
Rank 2
Answers by
Najid Hanif
Top achievements
Rank 2
Share this question
or