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. textbox input

textbox input

Scheduled Pinned Locked Moved Windows Forms
question
3 Posts 1 Posters 11 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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.

    L 2 Replies Last reply
    0
    • L Lost User

      hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You already posted this question in the C# forum; please do not repost.

      1 Reply Last reply
      0
      • L Lost User

        hi guys, how don't textbox inputs get deleted once going 1 form to another? I created 2 form. Once I click next button to go 2nd form and click previous button to come back , I see all inputs at textboxes are gone. How can we save inputs at switching forms? thanks.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        You need to do form reset programatically per your need because the form will not get reset/reloaded as it run first time with blank inputs. It will happen in ASP.net with post back concept which is not applicable in forms application. So you can either make form reset when you move next or come back on first 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