Frames

M

MichaelR

I have a .aspx page consisting of multiple frames.

Is there a way within my ASP.NET code for one of the frames to force a
refresh to a .aspx page in another frame?

I've seen this done at the client using JavaScript, but I need to do some
server side processing and then trigger the reload.
 
E

Eliyahu Goldin

No, you can't. Refresh is a postback and originates on client. You can get
your page to emit a piece of javascript code that will trigger refreshing on
clients in the way you've seen.

Eliyahu
 

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,776
Messages
2,569,603
Members
45,194
Latest member
KarriWhitt

Latest Threads

Top