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:
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
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.PageError 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
Thanks