Search

You searched for the word(s): userid:639989

Matching Posts

  • Re: CompositeControl descendants do not appear in ToolBox - bug?

    I think I just solved this problem - try changing the class declaration from class foo : base { ... } to public class foo : base { ... }
    Posted to Visual Studio 2005 (Forum) by soslo on 8/23/2006
  • Re: CompositeControl descendants do not appear in ToolBox - bug?

    I am having this same problem - some of my custom server controls will not appear in the toolbox, and some of those that do appear will not actually work (as in, they cannot be dragged onto an aspx page). I think this has to do with the type of base class that I am inheriting from. I'm extending some of the Telerik controls, and those that inherit from their controls that do not inherit directly from a stock asp.net control suffer this same problem. A workaround would be welcomed as this is a prety
    Posted to Visual Studio 2005 (Forum) by soslo on 8/23/2006
  • Problem with ineriting from a Base Page in 2.0 and Page_Load

    Hello, I currently have a situation that worked in 1.1, but not in 2.0. My site's are large and inherit from a BasePage class. This class has code that runs in the Page_Load event. The base pages are in the App_Code folder. The problem in 2.0 is that the base Page_Load is not getting fired. There is a warning in the inheriting pages that reads: "SomeForm.Page_Load(...) hides inherited member 'BasePage.PageLoad(...)'. Use the new keyword if hiding was intended." Well, hiding is not intended. I want
    Posted to Web Forms (Forum) by soslo on 1/13/2006
Page 1 of 1 (3 items)