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. Table overflows asp panel

Table overflows asp panel

Scheduled Pinned Locked Moved Web Development
htmldesigntutorialquestion
1 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.
  • A Offline
    A Offline
    anveshvm
    wrote on last edited by
    #1

    Hi I have an asp panel. I am dynamically adding some html tables with 3 rows and columns to it. When the output is shown, the table doesn't fit the panel correctly. It crosses the bottom boundary of the panel. How to solve this? My panel size is 100 * 100 But depending upon the images in the table, the size of panel changes. My code is ---------------- System.Web.UI.WebControls.Panel Panel1; HtmlTable table = new HtmlTable(); - - - - - table.Height = "100%"; table.Width = "100%"; Panel1.Controls.Add(table); ----------------------------------- thanks in advance anvesh

    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