Page.PreviousPage

Will the Page.PreviousPage be able to read controls from a non-aspx page,
e.g. an html page? Is there a better way to get info. from
textboxes/controls? Thanks.

David
David C [ Mi, 09 April 2008 21:29 ] [ ID #1938680 ]

Re: Page.PreviousPage

PreviousPage will not work with non-ASP.NET pages. To move data using
standard .htm pages, you need to revert to traditional means like
querystrings and forms.


"David C" <dlchase [at] lifetimeinc.com> wrote in message
news:uvzClhnmIHA.3780 [at] TK2MSFTNGP06.phx.gbl...
> Will the Page.PreviousPage be able to read controls from a non-aspx page,
> e.g. an html page? Is there a better way to get info. from
> textboxes/controls? Thanks.
>
> David
>
smar [ Mi, 09 April 2008 22:58 ] [ ID #1938693 ]

RE: Page.PreviousPage

PreviousPage only works after a server transfer, as this is the only time
both pages are in memory at the same time.

-- bruce (sqlwork.com)


"David C" wrote:

> Will the Page.PreviousPage be able to read controls from a non-aspx page,
> e.g. an html page? Is there a better way to get info. from
> textboxes/controls? Thanks.
>
> David
>
>
>
brucebarker [ Do, 10 April 2008 00:37 ] [ ID #1939321 ]
Microsoft » microsoft.public.dotnet.framework.aspnet » Page.PreviousPage

Vorheriges Thema: gridview and arraylist
Nächstes Thema: Change css element with C#