Including an html page in table ?
lets say I have a table with two columns , I want to display an html page in the first column and a second html page in the other column . .
I remember it used to be through using some control in the Toolbox , but I don't remember which one or if it was ajax or a standard control
can someone help ?
Re: Including an html page in table ?
Are the html pages on your same domain, that will basically tell if you can use ajax or not.
You can set a div to html page using javascript, or just set the innerHTML to what you want.
another alternative is to use iframes in your table data.