Letter or Numer Validation using c#

Sdílet
Vložit
  • čas přidán 23. 08. 2012
  • Hey guys hope you enjoy this simple video, I made this one so that I can answer the question about my previous video on textbox validation wherein they are not able to use the back space.
    Thanks guys

Komentáře • 24

  • @sil6796
    @sil6796 Před 4 lety

    I'm happy and grateful to find this gem 💕, thanks!

  • @sheilachandler1
    @sheilachandler1 Před 9 lety +2

    You are AWESOME!! Thank you so very much. Your videos are very informative and very good quality!!

  • @akosiDAN123
    @akosiDAN123  Před 12 lety +1

    Glad to know it help :)

  • @miftahbedru543
    @miftahbedru543 Před 11 lety

    Good Job ... But , in addition to denying the user from typing the wrong input ( number or text), it is good if we can also notify them by displaying message ... i said this because people my enter input in a user name text box for example , i may type myid56 , the system will read only letter and ignore the digits , if i did not notice this and move quickly .. i feel my user name is myid only and i may not log in, especially if i was doing signup ...

  • @carmenlim5618
    @carmenlim5618 Před 12 lety

    thanks! =) just had a nested IF for d BS and SP, wit e.handled set to false in VB.net.

  • @AhmedMarzookisabeast
    @AhmedMarzookisabeast Před 6 lety

    Thx a million man really helpful and useful

  • @farooqshah4u
    @farooqshah4u Před 12 lety

    Thanks alot !
    it was a great help .

  • @carlofernandez3696
    @carlofernandez3696 Před 8 lety

    idol! thanks you!

  • @UCHS_CH
    @UCHS_CH Před 8 lety

    helped a alot ,thnkx

  • @kwharton0116
    @kwharton0116 Před 11 lety

    very helpful

  • @wandseu
    @wandseu Před 8 lety

    salamat ng marami 😁😁😁

  • @alexssandrolima
    @alexssandrolima Před 9 lety

    Muito bom e fácil de aprender.

  • @euphoric-6177
    @euphoric-6177 Před 9 lety

    Thanks man! So easy once you know :) Btw change numer to number :D

  • @EnimaIffets
    @EnimaIffets Před 9 lety +1

    Hi my friend
    more easier is: e.Handled = !( char.Isnumber(e.Keychar) || e.Keychar == 8 || e.Keychar ==32) ;
    You don t need short hand expression at all :-)
    Try it !

  • @savnilchand7929
    @savnilchand7929 Před 11 lety

    thnkz bro

  • @mytedico
    @mytedico Před 3 lety

    Hi Mr AKOSI DAN are you not making any videos on VB.net programs

  • @master33951
    @master33951 Před 10 lety

    What video recording program are you using? to record your self and your desktop?

  • @AdnanVlogs84
    @AdnanVlogs84 Před 7 lety

    please tell me how to prevent from duplicate character in a text field
    for example in a text field where we are writing string value and we want to enter "." (dot) key only once & repitation is not allowed

  • @jackjoo8570
    @jackjoo8570 Před 9 lety

    thanks

  • @sunepjamir5938
    @sunepjamir5938 Před 9 lety

    i want to know how to use space after enter some letter....for example like "you are good"but in this it work only youaregood

  • @jophelcyrusibasan3977
    @jophelcyrusibasan3977 Před 8 lety

    how about accepting special characters like dash and apostrophe ? for example "O'Hara-Hara"
    how to code it? please answer asap

  • @vinayaks5680
    @vinayaks5680 Před 6 lety

    Bro I want this code in visual basic language

  • @77THIC
    @77THIC Před 10 lety +3

    move your face away