Avatar of phc_dev
phc_dev

asked on 

I need a multi-line password textbox

Using my encrypted swipe control in a web page, when swiped into a standard textbox/password field of about 100px in length takes about 10 seconds to enter all of the encrypted swiped data. The field flickers as the masked data is entered and shifted to the left.  If i change the textbox to be Multi-lined with 9 rows at 800px in length, takes about 1 second to populate the entire area, but the characters are not masked. So, I would like the best of both worlds and create a multi-line password textbox.  Can it be done?
ASP.NET

Avatar of undefined
Last Comment
phc_dev
Avatar of Alfred A.
Alfred A.
Flag of Australia image

You could try extending the functionality of a multiline Textbox control by creating a User Control out of it.   You could then provide an event with the purpose of masking the populated information in the Text property and storing the actual populated information in a created property (e.g. RealText) within the user control.

If you need then to access the actual information, you access RealText property as an example rather than Text.

Check the link below.  This might help in what you are trying to achieve.

http://stackoverflow.com/questions/312015/multiline-template-text-control-in-c
ASKER CERTIFIED SOLUTION
Avatar of phc_dev
phc_dev

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of phc_dev
phc_dev

ASKER

Closing out this question without any resolutions.
ASP.NET
ASP.NET

The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications

128K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo