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. how to read Mobile no digit by digit?

how to read Mobile no digit by digit?

Scheduled Pinned Locked Moved C#
tutorialquestion
4 Posts 4 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.
  • N Offline
    N Offline
    Nisar Inamdar
    wrote on last edited by
    #1

    Hello frnds, i want to read the mobile no. entered in txtbox digit by digit.... Nisar Inamdar.

    B T V 3 Replies Last reply
    0
    • N Nisar Inamdar

      Hello frnds, i want to read the mobile no. entered in txtbox digit by digit.... Nisar Inamdar.

      B Offline
      B Offline
      Bekjong
      wrote on last edited by
      #2

      Use the TextChanged event.

      Standards are great! Everybody should have one!

      1 Reply Last reply
      0
      • N Nisar Inamdar

        Hello frnds, i want to read the mobile no. entered in txtbox digit by digit.... Nisar Inamdar.

        T Offline
        T Offline
        Tamimi Code
        wrote on last edited by
        #3

        try this : for(int i=0;i<textBox1.Text.Length-1; i++) { MessageBox.Show(textBox1.Text[i].ToString()); }

        When you get mad...THINK twice that the only advice Tamimi - Code

        1 Reply Last reply
        0
        • N Nisar Inamdar

          Hello frnds, i want to read the mobile no. entered in txtbox digit by digit.... Nisar Inamdar.

          V Offline
          V Offline
          valerian precop
          wrote on last edited by
          #4

          I think you could use the textBox1_KeyDown(object sender, KeyEventArgs e) event for your textbox...here you have e.KeyCode and other more properties that can help you very much.

          Just call me Valy... :)

          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