moving data from one frame to another

M

MW

Hi,

I am not that familiar with frames, but I'm working on a
page that has frames on it.

In one frame I have a datagrid, when I click on the
select button of a row in the grid, I need to make things
happen in the frame below. I know how I can move the
data that I need around, but what I'm missing is the
postback. When I click on the datagrid it posts back in
the top frame, but the bottom frame doesn't.

Is there a way to force it? Or is there some other
simple solution that I'm not seeing?

Thanks,
MW
 
B

bruce barker

there are only two ways to post to another frame, set the form target, not
supported with asp.nets postback model, or use client script. security
requires they be the same domain.

-- bruce (sqlwork.com)
 
M

MW

That's what I suspected.

Thanks.
-----Original Message-----
there are only two ways to post to another frame, set the form target, not
supported with asp.nets postback model, or use client script. security
requires they be the same domain.

-- bruce (sqlwork.com)




.
 

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,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top