Using one webform to set a value on another webform

G

Guest

All,

I have a webform e.g. a.aspx that contains an a table of 2 cols 1 row. In
col1 I have an IFRAME and in col2 I have some labels/text boxes. Now the
IFRAME source is say 'b.aspx' that retrieves some data from the database in
the code behind. Using this data I would like to populate my
labels/textboxes on the a.aspx page i.e. col2 from b.aspx codebehind is this
possible and how?

Thanks
Msuk
 
G

Guest

One of the issues you'll run into here is the fact that a FRAME / IFRAME is
strictly a client-side (in the browser) phenomenon. So, you'll need to use
client script to handle this type of thing. You can get a reference to the
DOM of the Parent page with window.parent.

Peter
 

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

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,832
Latest member
GlennSmall

Latest Threads

Top