Groups | Blog | Home
all groups > asp.net > january 2005 >

asp.net : Frames


MichaelR
1/5/2005 10:26:20 PM
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.

Eliyahu Goldin
1/6/2005 10:19:12 AM
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

[quoted text, click to view]

AddThis Social Bookmark Button