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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Need help with Panels in ASP.NET

Need help with Panels in ASP.NET

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminhelp
2 Posts 2 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.
  • J Offline
    J Offline
    Jats_4ru
    wrote on last edited by
    #1

    I am trying to place a panel inside a table and place various contents in the panel. show below... EX: Placed a multiview - View - Calender in view <table style="position: relative"> <tr> <td style="width: 150px"> </td> <td style="width:700px" **_height=auto_**> &nbsp;<asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0"> <asp:View ID="View1" runat="server"> <asp:Calendar ID="Calendar1" runat="server" Style="position: relative"></asp:Calendar> </asp:View> </asp:MultiView></td> <td style="width: 150px"> </td> </tr> </table> But the height is not increasing the calender is being displayed out side the panel when the page is loaded. Please, help if anyone have a solution to this... If not what other ways can i do this.

    Jats

    B 1 Reply Last reply
    0
    • J Jats_4ru

      I am trying to place a panel inside a table and place various contents in the panel. show below... EX: Placed a multiview - View - Calender in view <table style="position: relative"> <tr> <td style="width: 150px"> </td> <td style="width:700px" **_height=auto_**> &nbsp;<asp:MultiView ID="MultiView1" runat="server" ActiveViewIndex="0"> <asp:View ID="View1" runat="server"> <asp:Calendar ID="Calendar1" runat="server" Style="position: relative"></asp:Calendar> </asp:View> </asp:MultiView></td> <td style="width: 150px"> </td> </tr> </table> But the height is not increasing the calender is being displayed out side the panel when the page is loaded. Please, help if anyone have a solution to this... If not what other ways can i do this.

      Jats

      B Offline
      B Offline
      bhanu12345
      wrote on last edited by
      #2

      You code is working fine for me. Check the other tags in the page. Bhanu

      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