Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Here is a tough one...

Here is a tough one...

Scheduled Pinned Locked Moved ASP.NET
winformshelpquestion
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RonRasmussen
    wrote on last edited by
    #1

    I have two user controls. The first user control starts a table with one row with 3 columns and starts a second row and starts the second cell. The second user control ends what the first control started. I place the first user control on a page, then I add say a list box and finally add the second user control. The outcome of this is the Top, bottom and sides of the table are predefined in the user controls. Now my problem... The listbox is not visible. I think it is hidden behind the user control. When I View Source the tables appear to be correct. Does anyone have any ideas why the listbox does not appear? Here is the code: Top User Control "PanelTop1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelTop.ascx.vb" Inherits="UserControls_Panels_PanelTop" %>

    Bottom User Control "PanelBottom1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelBottom.ascx.vb" Inherits="UserControls_Panels_PanelBottom" %>

    Page Usage:

    R 1 Reply Last reply
    0
    • R RonRasmussen

      I have two user controls. The first user control starts a table with one row with 3 columns and starts a second row and starts the second cell. The second user control ends what the first control started. I place the first user control on a page, then I add say a list box and finally add the second user control. The outcome of this is the Top, bottom and sides of the table are predefined in the user controls. Now my problem... The listbox is not visible. I think it is hidden behind the user control. When I View Source the tables appear to be correct. Does anyone have any ideas why the listbox does not appear? Here is the code: Top User Control "PanelTop1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelTop.ascx.vb" Inherits="UserControls_Panels_PanelTop" %>

      Bottom User Control "PanelBottom1" <%@ Control Language="VB" AutoEventWireup="false" CodeFile="PanelBottom.ascx.vb" Inherits="UserControls_Panels_PanelBottom" %>

      Page Usage:

      R Offline
      R Offline
      RonRasmussen
      wrote on last edited by
      #2

      I want to say I found the problem but the truth is I removed the table around the list box and it worked! I replaced the table and it still worked! I don't know what the problem was but it is fixed now.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups