Page.PreviousPage

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David C

    Page.PreviousPage

    Will the Page.PreviousPa ge 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


  • Scott M.

    #2
    Re: Page.PreviousPa ge

    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@lifeti meinc.comwrote in message
    news:uvzClhnmIH A.3780@TK2MSFTN GP06.phx.gbl...
    Will the Page.PreviousPa ge 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
    >

    Comment

    • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

      #3
      RE: Page.PreviousPa ge

      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.PreviousPa ge 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
      >
      >
      >

      Comment

      Working...