How do I populate td tags from code behind

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?
 
S

S. Justin Gengo

Terry,

You could use the exact same technique (an iFrame) and javascript. From the
code-behind page you would add the javascript using
Page.RegisterStartupScript.


--
Sincerely,

S. Justin Gengo, MCP
Web Developer / Programmer

www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,521
Members
44,995
Latest member
PinupduzSap

Latest Threads

Top