refresh

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi to all
I have a main aspx page with a frame i load other aspx page on that frame
but i want to do resfresh for those page by code how??
any ideas??
thanks
 
you should avoid the use of frames IMHO....

I would consider the use of user controls (ascx) and template a main aspze
page with specific ascx controls - this will allow you fire events from the
child ascx controls back to the parent aspx page, this is a basic
containment pattern....

HTH

Ollie Riches
 
Back
Top