Page.PreviousPage

Page.PreviousPage

am 09.04.2008 21:29:39 von David C

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

Re: Page.PreviousPage

am 09.04.2008 22:58:28 von smar

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" wrote in message
news:uvzClhnmIHA.3780@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
>

RE: Page.PreviousPage

am 10.04.2008 00:37:01 von brucebarker

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
>
>
>