T
Terry
I am converting an ASP page that used iframes for dynamic content to
populate td tags in an html table. The parent page called the iframe
page and then populates a parent table via Javascript
(window.parent.....)
In asp.net, since I am on the server (code behind page), short of
using a datagrid control, is it possible to send the server side data
back to a table (td) without using a server side asp.net control?
populate td tags in an html table. The parent page called the iframe
page and then populates a parent table via Javascript
(window.parent.....)
In asp.net, since I am on the server (code behind page), short of
using a datagrid control, is it possible to send the server side data
back to a table (td) without using a server side asp.net control?