Aniket Narvankar

Aniket Narvankar

  • 533
  • 2.1k
  • 582.6k

Masking in Asp.Net

Mar 30 2024 4:34 AM

A user enters a value in textbox 11223344
After user lefts the textbox replace the value 1122 with masked value xxxx

so it will be xxxx3344

and then when we store value in database it should be 11223344


Answers (1)