refresh

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
 
O

Ollie

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
 

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

Top