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. General Programming
  3. Windows Forms
  4. Help Mi pls...

Help Mi pls...

Scheduled Pinned Locked Moved Windows Forms
helptutorialquestion
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.
  • I Offline
    I Offline
    icebearer
    wrote on last edited by
    #1

    How to pass multiple values from one form to another via URL ?

    T C 2 Replies Last reply
    0
    • I icebearer

      How to pass multiple values from one form to another via URL ?

      T Offline
      T Offline
      Tirthadip
      wrote on last edited by
      #2

      you can use querystring with multiple parameters to pass multiple values to other page...like.... Response.Redirect(page.aspx?Orderid=" & Orderid "&ProductID=" & ProductID)

      Tirtha Do not go where the path may lead, go instead where there is no path and leave a trail. Author: Ralph Waldo Emerson (1803-82), American writer, philosopher, poet, essayist

      1 Reply Last reply
      0
      • I icebearer

        How to pass multiple values from one form to another via URL ?

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #3

        This is the windows forms board, how is it yuo want to pass stuff via a URL ? If the data is stored in the DB already, you can just pass an Id to get it from the DB. You can also do cross page postback in .NET 2.0, or you can use the URL, as someone has already said. There's also the session, but that would be my last port of call.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        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