server.transfer to a frame?

  • Thread starter Thread starter Jim Mitchell
  • Start date Start date
J

Jim Mitchell

Can I use server.transfer to a specific target frame as oppossed to the
current frame?

Thanks in advance.
 
Hi

You have to do it client side, return a script to the client
parent.FRAMENAME.location.href = "pageTogo.aspx";

--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
 
Back
Top