Ask a Question related to ASP.NET General, Design and Development.
-
Cowboy \(Gregory A. Beamer\) #1
Re: Server.Transfer loses posted values only v1.1
The only suggestion I can throw, without some testing, is to check the
values for ViewState and ViewStateMac, as ViewState is where the values
should be handled.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
Author: ADO.NET and XML: ASP.NET on the Edge
************************************************** **************************
****
Think Outside the Box!
************************************************** **************************
****
"Gary Varga" <MSNG@VargaLtd.freeserve.co.uk> wrote in message
news:0b8701c351dc$8ddd6e60$a401280a@phx.gbl...> I have an ASP.NET application that is working under v1.0
> of the framework but is not working under v1.1.
>
> The application uses logical addresses to map to
> physical addresses of the pages in the application (e.g.
> [url]http://www.blah.com/App/DoYourStuff.page[/url] refers to
> [url]http://www.blah.com/App/DoYourStuff.aspx[/url]).
>
> There is an HTTPModule that looks up the physical address
> from the logical address and calls Server.Transfer
> (<physical address>, True).
>
> This used to work fine with postbacks but now calls the
> page as if it was the first time it was requested.
>
> The nearest I can get to finding something similar online
> is the change in default when you do not provide the
> preserveForm parameter. Here I do, I have always
> specified the choice explicitly.
>
> I have even tried to reverse the preserveForm values but,
> unsurprisingly, to no effect.
>
> Many thanks,
> Gaz
Cowboy \(Gregory A. Beamer\) Guest
-
Automatically capture all values posted to a web service
Hi, I am wandering is it possible to capture all values posted (Http Post) from a web site to a web service? I would like to do something like... -
RecordSet loses search values when paging & simply pages all records?
Hello, I have set this script up to add paging to a search results page. Which on the first page works fine. I calculates how many pages there... -
passthru loses php posted variables
Anyone come across something like this before? I have made a little test script as follows: <? header ("Content-Type: application/pdf");... -
Server.Transfer loses posted values
I have an ASP.NET application that is working under v1.0 of the framework but is not working under v1.1. The application uses logical addresses... -
server.transfer to reload PARENT page (contains frames) -- how to retain values?
Hi, Been reading a LOT about frames, variables, etc. I realize you can NOT use server.transfer with target frames (which are client)... I have...



Reply With Quote

