Custom Control Not Rendering Properly - VB - ASP.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • polymorphic
    New Member
    • Oct 2006
    • 28

    Custom Control Not Rendering Properly - VB - ASP.NET

    I have a custom control that I did not create. It is made up of many classes and is rendered dynamically. Perhaps none of that really matters.

    The control renders properly on the first load when the Page_Init, Page_Load, etc. methods are called. However, when these events are not called then the control does not render properly.

    How can I debug this?

    The ASPX page itself has:
    Code:
    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="default.aspx.vb" Inherits="ops_default" enableViewState="True" %>
    but there is so much inheritance that it gets confusing.

    Any suggestions?

    Thanks,
    cj
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi Polymorphic, this is a .NET question and should be posted in the .NET forum. You will recieve much better technical help with .NET questions over there.

    Good luck with the problem,

    Dr B

    Comment

    Working...