1
Answer

Masking in Asp.Net

Aniket Narvankar

Aniket Narvankar

Mar 30
338
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)