1
Answer

Masking in Asp.Net

Photo of Aniket Narvankar

Aniket Narvankar

1y
501
1

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)