How to do Email and Phone number validation in VB.NET | Alphabets, Numbers and AlphaNumeric in VB

Поділитися
Вставка
  • Опубліковано 30 жов 2024

КОМЕНТАРІ • 14

  • @omprakashn8627
    @omprakashn8627 3 роки тому +4

    9:20 to accept backspace

  • @akshithask8201
    @akshithask8201 3 роки тому +2

    Well explained ☺

  • @zainabsultan5044
    @zainabsultan5044 3 роки тому +1

    WeLL ExpLAinEd Sir 😊ThAnk U Soo MuCh SiR 😇

  • @marzanocampo-b8j
    @marzanocampo-b8j 10 місяців тому

    You should put more restrictions on contact number, follow a certain number format

  • @sneha.n4843
    @sneha.n4843 2 роки тому

    Thank you so much sir

  • @shalinishal7183
    @shalinishal7183 3 роки тому +1

    Tqsm♥️

  • @fayas3370
    @fayas3370 2 роки тому

    when i want to delete the input from the textbox, it give me error(mssgbox). i cant use, backspace and enter. how to alter the number then if we want to retype ?

    • @SharmaCoder
      @SharmaCoder  2 роки тому

      I've missed out that thing in the video.
      Just find the ASCII value of backspace and enter key. Add them in the if condition and put the validation in the else part.

  • @pallabimondal4314
    @pallabimondal4314 2 роки тому

    KeyPressEventArgs is not working 🥺🥺🥺

  • @tygarbhard2077
    @tygarbhard2077 3 роки тому

    Basic If validation codes