Home All Groups Group Topic Archive Search About
Author
1 Nov 2005 6:41 PM
segue
Hi;

Can I use the server.transfer and http Context.Handler object
in a non-.aspx/asp.net html form scenario?

Stupid question I'm sure.

Segue.

Author
1 Nov 2005 7:34 PM
Alvin Bruney - ASP.NET MVP
I'm sure you can if you import the correct assemblies and the langauge
structure supports it, however, i doubt it will provide you the
functionality you are looking for (the call may simply fail).

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



Show quoteHide quote
"segue" <se***@discussions.microsoft.com> wrote in message
news:31C73AFF-9DEE-4A81-8B83-BE22A18CBBC9@microsoft.com...
>
> Hi;
>
> Can I use the server.transfer and http Context.Handler object
> in a non-.aspx/asp.net html form scenario?
>
> Stupid question I'm sure.
>
> Segue.
Are all your drivers up to date? click for free checkup

Author
1 Nov 2005 7:35 PM
Bruce Barker
not really. server transfer works by creating the an instance of the
requested page class, and performing the page cycle on it.

-- bruce (sqlwork.com)


Show quoteHide quote
"segue" <se***@discussions.microsoft.com> wrote in message
news:31C73AFF-9DEE-4A81-8B83-BE22A18CBBC9@microsoft.com...
>
> Hi;
>
> Can I use the server.transfer and http Context.Handler object
> in a non-.aspx/asp.net html form scenario?
>
> Stupid question I'm sure.
>
> Segue.
Author
1 Nov 2005 9:00 PM
segue
OK, two ne's and one possibly so I'll go with the ne's.

Thanks for your response.

Cheers;

Segue

Show quoteHide quote
"Bruce Barker" wrote:

> not really. server transfer works by creating the an instance of the
> requested page class, and performing the page cycle on it.
>
> -- bruce (sqlwork.com)
>
>
> "segue" <se***@discussions.microsoft.com> wrote in message
> news:31C73AFF-9DEE-4A81-8B83-BE22A18CBBC9@microsoft.com...
> >
> > Hi;
> >
> > Can I use the server.transfer and http Context.Handler object
> > in a non-.aspx/asp.net html form scenario?
> >
> > Stupid question I'm sure.
> >
> > Segue.
>
>
>
Author
1 Nov 2005 7:36 PM
clintonG
No way josé.
You'll have to use the JavaScript window.location property.


<%= Clinton Gallagher
         METROmilwaukee (sm) "A Regional Information Service"
         NET csgallagher AT metromilwaukee.com
         URL http://metromilwaukee.com/
         URL http://clintongallagher.metromilwaukee.com/


Show quoteHide quote
"segue" <se***@discussions.microsoft.com> wrote in message
news:31C73AFF-9DEE-4A81-8B83-BE22A18CBBC9@microsoft.com...
>
> Hi;
>
> Can I use the server.transfer and http Context.Handler object
> in a non-.aspx/asp.net html form scenario?
>
> Stupid question I'm sure.
>
> Segue.
Author
1 Nov 2005 9:00 PM
segue
OK, two ne's and one possibly so I'll go with the ne's.

Thanks for your response.

Cheers;

Segue

Show quoteHide quote
"clintonG" wrote:

> No way josé.
> You'll have to use the JavaScript window.location property.
>
>
> <%= Clinton Gallagher
>          METROmilwaukee (sm) "A Regional Information Service"
>          NET csgallagher AT metromilwaukee.com
>          URL http://metromilwaukee.com/
>          URL http://clintongallagher.metromilwaukee.com/
>
>
> "segue" <se***@discussions.microsoft.com> wrote in message
> news:31C73AFF-9DEE-4A81-8B83-BE22A18CBBC9@microsoft.com...
> >
> > Hi;
> >
> > Can I use the server.transfer and http Context.Handler object
> > in a non-.aspx/asp.net html form scenario?
> >
> > Stupid question I'm sure.
> >
> > Segue.
>
>
>

Bookmark and Share