Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. send data between ASP.NET Pages

send data between ASP.NET Pages

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesysadminhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 11076534
    wrote on last edited by
    #1

    Hi All, I have a requirement to pass a hidden field value in one page to other page on button click and we have few validation on click event. I should not use query string concept and session variable concept. when I implementing with server.transfer I am getting error because my button is in update panel.Is there any alternative method to achieve this requirement? Thanks In Advance, Ramakrishna.

    Z 1 Reply Last reply
    0
    • U User 11076534

      Hi All, I have a requirement to pass a hidden field value in one page to other page on button click and we have few validation on click event. I should not use query string concept and session variable concept. when I implementing with server.transfer I am getting error because my button is in update panel.Is there any alternative method to achieve this requirement? Thanks In Advance, Ramakrishna.

      Z Offline
      Z Offline
      ZurdoDev
      wrote on last edited by
      #2

      What's wrong with Session or QueryString? You can put something into a cookie or into application cache but session or query string are your best options.

      There are only 10 types of people in the world, those who understand binary and those who don't.

      S 1 Reply Last reply
      0
      • Z ZurdoDev

        What's wrong with Session or QueryString? You can put something into a cookie or into application cache but session or query string are your best options.

        There are only 10 types of people in the world, those who understand binary and those who don't.

        S Offline
        S Offline
        shaluIT
        wrote on last edited by
        #3

        You can use session if data is not that big or you can use cross page posting like PreviousPage.FindControl

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups