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. TableCell embed HTML or ASPX

TableCell embed HTML or ASPX

Scheduled Pinned Locked Moved ASP.NET
htmlquestion
3 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.
  • V Offline
    V Offline
    Vadim Tabakman
    wrote on last edited by
    #1

    Is it possible to dynamically embed HTML or ASPX into a TableCell? Basically, I'll pass in something into my page eg. http://localhost/default.aspx?type=Contents and so I want the Contents.aspx to be put into a TableCell **************** * * **************** * * CO * * * NT * * * EN * * * TS * * * PAGE * **************** If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

    R 1 Reply Last reply
    0
    • V Vadim Tabakman

      Is it possible to dynamically embed HTML or ASPX into a TableCell? Basically, I'll pass in something into my page eg. http://localhost/default.aspx?type=Contents and so I want the Contents.aspx to be put into a TableCell **************** * * **************** * * CO * * * NT * * * EN * * * TS * * * PAGE * **************** If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

      R Offline
      R Offline
      Rocky Moore
      wrote on last edited by
      #2

      You can do this by using System.Execute and put the output in the table cell. Another way is to your the server control I made: http://codeproject.com/aspnet/RJContentPanel.asp[^] This will use Web User Controls (ascx) controls and swap them in or out depending on a url parameter. Rocky <>< www.HintsAndTips.com www.MyQuickPoll.com - 2004 Election poll is #33 www.GotTheAnswerToSpam.com

      V 1 Reply Last reply
      0
      • R Rocky Moore

        You can do this by using System.Execute and put the output in the table cell. Another way is to your the server control I made: http://codeproject.com/aspnet/RJContentPanel.asp[^] This will use Web User Controls (ascx) controls and swap them in or out depending on a url parameter. Rocky <>< www.HintsAndTips.com www.MyQuickPoll.com - 2004 Election poll is #33 www.GotTheAnswerToSpam.com

        V Offline
        V Offline
        Vadim Tabakman
        wrote on last edited by
        #3

        You've helped me once again. Thanx Rocky. I'll look into this and hopefully everything will work great :) If there's one thing I've learned, it's that life is one crushing defeat after another until you just wish Flanders was dead. - Homer Simpson

        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