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. HTML page inside tablecell..

HTML page inside tablecell..

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-netquestion
3 Posts 3 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.
  • K Offline
    K Offline
    KORCARI
    wrote on last edited by
    #1

    I got an ASP.NET page where I got a table with a button menu.I need to show a HTML page by clicking any button but the tricky part is to show this HTML page in the same page inside a tablecell from the same table.Any ideas? Best regards

    G I 2 Replies Last reply
    0
    • K KORCARI

      I got an ASP.NET page where I got a table with a button menu.I need to show a HTML page by clicking any button but the tricky part is to show this HTML page in the same page inside a tablecell from the same table.Any ideas? Best regards

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Use an iframe.

      --- b { font-weight: normal; }

      1 Reply Last reply
      0
      • K KORCARI

        I got an ASP.NET page where I got a table with a button menu.I need to show a HTML page by clicking any button but the tricky part is to show this HTML page in the same page inside a tablecell from the same table.Any ideas? Best regards

        I Offline
        I Offline
        iamrashida83
        wrote on last edited by
        #3

        use an iframe in the table's cell where u want to display the page and when button is clicked set the source of iframe to that page e.g. page is abc.aspx then use: <iframe> </td> on button click event: pageFrame.Attributes("Src") = "abc.aspx"; Reagrds, <div class="ForumSig">Rashida Jabeen <a href="http://www.akaas.net">http://www.akaas.net</a>[<a href="http://www.akaas.net" target="_blank" title="New Window">^</a>]</div></x-turndown>

        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