Finally figured it out.
get_Response().Redirect("myURL"); is the required code.
It was even simpler than I imagined. Now I just need to make sure it opens
in the proper frame .
Sometimes it is more help to not get any help! :-)
Brían
I was wondering what kind of app you where making. Web or forms. =:o)
> Sometimes it is more help to not get any help! :-)
You can learn more that way. =:o)
Regards,
Lars-Inge T?nnessen
Dubh - 15 Mar 2005 11:31 GMT
Web.
Brían
"Lars-Inge Tønnessen [VJ# MVP]" wrote:
> I was wondering what kind of app you where making. Web or forms. =:o)
>
[quoted text clipped - 4 lines]
> Regards,
> Lars-Inge Tønnessen
> Finally figured it out.
>
> get_Response().Redirect("myURL"); is the required code.
so the question was more ASP.net specific - you can ask such at www.asp.net
forums and related newsgroups too
> It was even simpler than I imagined. Now I just need to make sure it opens
> in the proper frame .
I think it is possible to set the "target" frame name (e.g. "_top" etc.)
from server side. Check the properties/methods available for the type that
"get_Response" returns in the online help of VS.net (see the help for
ASP.net)
you could also initiate the callback from the appropriate frame to the
server yourself using some Javascript to talk from frame to frame. However
that wouldn't work on clients that don't support Javascript (of course
there's also the case the client doesn't support frames either ;-p
cheers,
George
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
George Birbilis <birbilis@kagi.com>
Microsoft MVP J# for 2004, 2005
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ QuickTime controls (Delphi & ActiveX: VB, PowerPoint, .NET)
+ Plugs (InterProcess/Internet communication)
+ TranXform (VB6 form to ASP.net WebForm convertion)
http://www.kagi.com/birbilis
+ Robotics
http://www.mech.upatras.gr/~robgroup
........................................................................
Dubh - 18 Apr 2005 23:32 GMT
George,
what I ended up doing was creating an iFrame as I had more problems with a
menu control getting hidden beneath the main-frame. I also ended up writing
the jscript code progamatically to send to the page whcih in turn directs to
the proper frame. Convoluted bu tin this case quite pretty when it works! :-)
Brian
> > Finally figured it out.
> >
[quoted text clipped - 30 lines]
> http://www.mech.upatras.gr/~robgroup
> .........................................................................