|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
server.transferHi;
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. 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). -- Show quoteHide quoteRegards, 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 ------------------------------------------------------- "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. 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. 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. > > > 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. 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. > > >
Other interesting topics
maximum datagrid row count?
Pre compiling web site in 2.0 webconfig file How can I stop ASPX file rendering in Page_Load event? Help on Store procedure and ASP web page Upload if files from client PC or local network Finding a control Code reuse, code behind, and can't inherit since already inherits Page VS2005 - unable to create a website in IIS ASP.NET 2 ICallbackEventHandler |
|||||||||||||||||||||||