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. C#
  4. Pass the text box value from one form to other

Pass the text box value from one form to other

Scheduled Pinned Locked Moved C#
6 Posts 5 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
    sjs4u
    wrote on last edited by
    #1

    Hi, I want to pass value of textbox1 that is in form1 to form2. Thanks

    Z R C S 4 Replies Last reply
    0
    • S sjs4u

      Hi, I want to pass value of textbox1 that is in form1 to form2. Thanks

      Z Offline
      Z Offline
      Zoltan Balazs
      wrote on last edited by
      #2

      What have you done? How are you trying to accomplish? (delegates)

      1 Reply Last reply
      0
      • S sjs4u

        Hi, I want to pass value of textbox1 that is in form1 to form2. Thanks

        R Offline
        R Offline
        Razvan Dimescu
        wrote on last edited by
        #3

        expose a property in the form that has the texbox and call it from the other form when you need it

        public string TextBox_text
        {
        get{return textbox1.Text;}
        }

        blog

        1 Reply Last reply
        0
        • S sjs4u

          Hi, I want to pass value of textbox1 that is in form1 to form2. Thanks

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

          Both answers you've got are good ( delegates are better ), but I will point out if you'd bothered to search the site, there is at least one excellent article on how to do this.

          Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

          1 Reply Last reply
          0
          • S sjs4u

            Hi, I want to pass value of textbox1 that is in form1 to form2. Thanks

            S Offline
            S Offline
            sarvesh upadhyay
            wrote on last edited by
            #5

            Can u write down whether you are working on web forms or window forms?

            Sarvesh Upadhyay Senior Software Engineer Birlasoft India Ltd. Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application

            S 1 Reply Last reply
            0
            • S sarvesh upadhyay

              Can u write down whether you are working on web forms or window forms?

              Sarvesh Upadhyay Senior Software Engineer Birlasoft India Ltd. Microsoft Certified Professional Developer in Dotnet 2.0 Enterprise Application

              S Offline
              S Offline
              sjs4u
              wrote on last edited by
              #6

              I am using Windows Form.

              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