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. Visual Basic
  4. How to pass values to a pop up web form2 from another webform1

How to pass values to a pop up web form2 from another webform1

Scheduled Pinned Locked Moved Visual Basic
helpcsharptutorial
4 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.
  • S Offline
    S Offline
    srinivas_t01
    wrote on last edited by
    #1

    Hi all, we are facing a problem in VB.NET application in sending the values from web form1 to next webform2 which is a pop up. we are using view state to store variable in webform1 those values we need to pass to popup webform. popup webform is just to give help information for users based on the values that are been sent from webform1 as viewstate. the problem we are facing is we are not able to pass the values to popup form please help us in this regard

    h

    D M 2 Replies Last reply
    0
    • S srinivas_t01

      Hi all, we are facing a problem in VB.NET application in sending the values from web form1 to next webform2 which is a pop up. we are using view state to store variable in webform1 those values we need to pass to popup webform. popup webform is just to give help information for users based on the values that are been sent from webform1 as viewstate. the problem we are facing is we are not able to pass the values to popup form please help us in this regard

      h

      D Offline
      D Offline
      Dave Sexton
      wrote on last edited by
      #2

      Client side cookie? Query string?

      1 Reply Last reply
      0
      • S srinivas_t01

        Hi all, we are facing a problem in VB.NET application in sending the values from web form1 to next webform2 which is a pop up. we are using view state to store variable in webform1 those values we need to pass to popup webform. popup webform is just to give help information for users based on the values that are been sent from webform1 as viewstate. the problem we are facing is we are not able to pass the values to popup form please help us in this regard

        h

        M Offline
        M Offline
        Member_3269611
        wrote on last edited by
        #3

        Hi Friend. in WebForm1 ----------- Dim Send_Data set Send_Data = createobject("Microsoft.XMLDOM") Send_Data.load "WebForm2.aspx?popup='data'" In WEBForm2 ----------- Page_Load ---------- Dim Somewhere Somewhere = Trim(Request.QueryString("popup")) You can use the 'Somewhere' variable to display the result 'data'. With Regards, Pandian S

        S 1 Reply Last reply
        0
        • M Member_3269611

          Hi Friend. in WebForm1 ----------- Dim Send_Data set Send_Data = createobject("Microsoft.XMLDOM") Send_Data.load "WebForm2.aspx?popup='data'" In WEBForm2 ----------- Page_Load ---------- Dim Somewhere Somewhere = Trim(Request.QueryString("popup")) You can use the 'Somewhere' variable to display the result 'data'. With Regards, Pandian S

          S Offline
          S Offline
          srinivas_t01
          wrote on last edited by
          #4

          thanks for oyur help. but understand the problem first. we are even trying the same way to pass values in the URl and catching with query string. but we are not able to get the values.the problem is the webform 2 is a popup web form ok tell me how do you make a form to appear as a popup and then catch the querystring that is passed to this popup

          h

          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