Groups | Blog | Home
all groups > asp.net > april 2004 >

asp.net : IFrame



AT
4/16/2004 5:52:06 PM
[quoted text, click to view]

Update from where? From client? From Server? From some other machine?
Just the word "update" means nothing.


[quoted text, click to view]

source
4/16/2004 8:33:34 PM
I have an HTML page, I used an IFRAME within an HTML page.
I am displaying data from database within the IFRAME using a grid.
Can I just update the IFRAME without refreshing the whole page.
Will I have to use IHTTPHandler for this?

Kevin Parkinson
4/17/2004 11:21:24 PM
Hello:
If you have a button or link on the page that links to
YourFramedPage.aspx( or html ), you can refresh it from within that page.
If you want to frefresh the page in the IFrame from the parent page, then in
YourParentPage.aspx( or html ), put this link <A HREF=YourFramedPage.aspx
target=thenameofyourframe>Click here to refresh data</A>.

I am not sure if that answers your question. I believe you can also
use a timer so that the page updates within a certain time frame.

Kevin Parkinson
[quoted text, click to view]

AddThis Social Bookmark Button