[CLOSED] TextField InputType.Password

  1. #1

    [CLOSED] TextField InputType.Password

    Is there any way to change txtWhatever.InputType = InputType.Password on the fly, over an AJAX call? I need to "mask" a SIN # in our application and I think the password thing would be beautiful, if I could change the input type via AJAX request... currently, it seems like the InputType needs to be specified or changed in code-behind on Page_Load or Init.
  2. #2

    RE: [CLOSED] TextField InputType.Password

    Hi,

    I am doubt that it is possible to change type for input field. It is need to destroy field and create new
  3. #3

    RE: [CLOSED] TextField InputType.Password

    Hi, no problem... in this case I think I'll keep txtSIN.InputType = InputType.Password from the beginning and there is a check-digit validation where rarely the user will enter it, the bad entries will not be allowed. Thank you for the response

Similar Threads

  1. Implement a Password Meter to a Password Field
    By sudantha in forum 1.x Help
    Replies: 1
    Last Post: Jan 15, 2012, 6:59 AM
  2. [CLOSED] What is password of admin user of MVC.Ext.Net Example
    By nirajrdave in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 20, 2011, 1:52 PM
  3. [CLOSED] pls help how to recover svn password
    By dev in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 03, 2011, 5:06 PM
  4. password confirm
    By maxdiable in forum 1.x Help
    Replies: 3
    Last Post: Aug 19, 2010, 3:07 PM
  5. Replies: 2
    Last Post: Jun 25, 2010, 1:09 AM

Posting Permissions