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. asp.net c# textbox array

asp.net c# textbox array

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdata-structurestutorialquestion
5 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.
  • F Offline
    F Offline
    fajarkputra
    wrote on last edited by
    #1

    how to use array in asp.net textbox ex : when I press the save button the value of text which i fill will be write on response.write?? how ????

    A W A T 4 Replies Last reply
    0
    • F fajarkputra

      how to use array in asp.net textbox ex : when I press the save button the value of text which i fill will be write on response.write?? how ????

      A Offline
      A Offline
      AmitGajjar
      wrote on last edited by
      #2

      Hi, You can create Indexer with one property of returnType as TextBox. you also need to create one method to get and to set textBox with it's data. -Amit

      1 Reply Last reply
      0
      • F fajarkputra

        how to use array in asp.net textbox ex : when I press the save button the value of text which i fill will be write on response.write?? how ????

        W Offline
        W Offline
        wikizhao
        wrote on last edited by
        #3

        look: cs code page: page_load { response.white(this.textbox1.text); }

        1 Reply Last reply
        0
        • F fajarkputra

          how to use array in asp.net textbox ex : when I press the save button the value of text which i fill will be write on response.write?? how ????

          A Offline
          A Offline
          Apocalypse Now
          wrote on last edited by
          #4

          public void save_click() { response.write(nr1.Text); response.write(nr2.Text); response.write(nr3.Text); }

          1 Reply Last reply
          0
          • F fajarkputra

            how to use array in asp.net textbox ex : when I press the save button the value of text which i fill will be write on response.write?? how ????

            T Offline
            T Offline
            taha bahraminezhad Jooneghani
            wrote on last edited by
            #5

            Response.Write(txt1.text+txt2.text+txt3.text);

            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