Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > IFrame

Reply
Thread Tools

IFrame

 
 
source
Guest
Posts: n/a
 
      04-17-2004
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?


 
Reply With Quote
 
 
 
 
AT
Guest
Posts: n/a
 
      04-17-2004
"source" <> wrote in message
news:...
> 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.


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


> Will I have to use IHTTPHandler for this?
>
>



 
Reply With Quote
 
 
 
 
Kevin Parkinson
Guest
Posts: n/a
 
      04-17-2004
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
"source" <> wrote in message
news:...
> 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?
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
form have 2 iframe.problem to input text in other iframe elca Python 0 10-21-2009 10:00 AM
how to use an iframe as a link (make the whole iframe clickable) mi HTML 4 05-21-2008 10:13 PM
Targeting a parent iframe from a sub-iframe albanitus@yahoo.com HTML 0 11-15-2006 04:40 PM
IFRAME - Refresh Table on Parent Window - maintain IFRAME State Scott ASP General 6 04-14-2004 05:48 AM
Get form values from iframe (1) to iframe (2) inside a layer in iframe (1) Daedalous Javascript 3 01-16-2004 11:08 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57