javascript - Mask first set of characters in a textbox using ASP.NET -
on webform, have field social security number. want display first 3 numbers , asterik (or mask) remaining numbers. there easy way using oob .net functionality? client side functionality because asteriks appear on 4th number through last number. wondering if there jquery library knows or client side code easy enough.
i don't think have inbuilt functionality achieve this.
you can replace remaining characters * in server side
please check following link http://msdn.microsoft.com/en-us/library/ie/t0kbytzc(v=vs.94).aspx
Comments
Post a Comment