The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
23 views

Textbox using textmode password not showing text asp.net c#

I have a few buttons on a web form, and when the user clicks them they will update the the textbox. This worked till I added the textmode = password. Now the textbox doesn't show the text anymore. I ...
0
votes
0answers
28 views

How can I hide input caret in a PasswordBox?

I need to remove the input caret (blinking vertical bar) in a PasswordBox of my Windows Phone 7.1 application, is there any way to do that?
5
votes
3answers
279 views

PasswordBox and MVVM

We have the following scenario: MVVM userinterface where a user can place his password (actually a PasswordBox) Server that shall do some work Server connects to some Database that requires ...
1
vote
1answer
106 views

PasswordBox binding issue MVVM

I have come across the problem of password box binding. My application follows MVVM. When I tried to search google to find out how to solve the issue of password box binding, I found two kinds of ...
0
votes
2answers
123 views

How can i add a hint text in the password in windows phone developping

the style is just like the android textbox.hint(hope i spell it right) look like a watermark in the middle of the passwordbox I have learned about that the phonetextbox have a property called hint but ...
0
votes
1answer
130 views

How can I Set Validation.ErrorTemplate in Code behind?

I've been looking in StackOverflow, and several questions are done. But they don't work. I have this PasswordBox: <PasswordBox Width="160" HorizontalAlignment="Left" Margin="10,3" ...
0
votes
3answers
198 views

Can I display Enter password in a passwordBox in WPF? Windows Phone Apps

Hi I have one textbox and one passwordBox in my UI. Now I want to display "Enter User Name" in the textbox and want to display "Enter Password" in the passwordBox for very known reason. But I have ...
0
votes
2answers
94 views

Windows 8 PasswordBox placeholder

How to add text placeholder to PasswordBox control in Windows 8 App while it is without text and doesn't get focus?
1
vote
0answers
123 views

In a WPF app, bullets are not getting displayed in the password box

In our WPF app we have a PasswordBox, which by default, displays bullets for characters typed in it. For a particular user(XP SP3), this was working fine until a month back when he could not enter ...
0
votes
0answers
172 views

Getting password from PasswordBox

I have found several information on this issue here at SO but somehow I'm not really getting it ;-) From what I have read, the password of a PasswordBox cannot be bound to a property due to security ...
1
vote
2answers
380 views

WPF PasswordBox & SecureString: Can't MakeReadOnly()?

Is it possible to mark the PasswordBox.SecurePassword as ReadOnly? Consider this simple code: XAML: <StackPanel> <PasswordBox Name="pBox" MinWidth="100" /> <Button ...
2
votes
1answer
153 views

Block double byte chars in a textbox

I am working on a WPF .net 3.5 application. I need to create my own Passwordbox, because of security issues with the built in one. the new PasswordwordBox is based on a regular TextBox. Everything ...
0
votes
1answer
64 views

Why does one implementation of binding to a property cause “Dependency property field missing” and not another?

Many questions have been raised on this site and others regarding the "Dependency property field missing" false error that is generated by Resharper when using this implementation of binding to the ...
4
votes
4answers
831 views

Password Box with Hint Text

How to display a password box with hint text in windows phone? I have tried the PasswordBox and Toolkit's PhoneTextBox. Is there anything special to be done to combine the two?
-5
votes
4answers
896 views

How to use PasswordBox as TextBox? [closed]

I have a PasswordBox and I need to use this control even as a TextBox. I need to display normal text and not the typical black dots Is there a property to do this? Thanks.
0
votes
1answer
202 views

How to find the cursor position in PasswordBbox in wpf?

In above figure, The cursor is blinking after three text values in PasswordBox.Now i want to find, where the cursor is currently blinking.
0
votes
0answers
155 views

How to get CaretIndex of PasswordBox in wpf?

<Grid x:Name="LayoutRoot"> <PasswordBox x:Name="psdbx_Display" Height="64" Margin="176,112,240,0" VerticalAlignment="Top"/> <TextBox x:Name="txt_Display" Height="56" ...
2
votes
4answers
573 views

How would I go about overlaying the gray word 'password' on top of a password box?

You know how in many WP7 apps you can 'watermark' a textbox to hint at what the user should put inside of it? I want to do that with a password box. It's rather trivial with a text box, I just modify ...
0
votes
1answer
578 views

Render text as password using system password char in Windows Forms.NET

The Windows Forms TextBox control has two properties, PasswordChar and UseSystemPasswordChar, which control the obscuring of passwords typed into the TextBox. I need to render the specified text onto ...
0
votes
0answers
467 views

Custom Control in WPF: Creating Numeric PasswordBox

I've created a numeric TextBox by inheriting the TextBox as follows: public class NumericTextBox : TextBox { public NumericTextBox() : base() { ...
2
votes
2answers
2k views

Error handling in WPF PasswordBox

I have always admired the way Josh Smith has built his sample application. And I have also tried to emulate the way in which the ViewModels of his application implements the IDataErrorInfo property ...
1
vote
1answer
476 views

Why does a PasswordBox control crash my WPF application?

I have spent a good day trying to figure out why the PasswordBox is causing me so many problems. I have an application that works on every machine I have tested it on. Now it has been installed on ...
0
votes
1answer
342 views

cannot centre align password in passwordbox in WP7

Im not able to centre align password in a PasswordBox in Windows Phone. The centre align is disabled. Is there any method by which we can align the text to the centre? I tried setting of the ...
2
votes
1answer
393 views

ErrorTemplate for PasswordBox with AttachedProperty

I know that a passwordbox in wpf could not use the Validation.ErrorTemplate, anyhow i have to show the user, that something is wrong. My Passwordbox has a binding like this <PasswordBox ...
1
vote
1answer
1k views

support of Numeric password box in windows phone7

I am developing windows phone 7 application where i need to put the input scope of password box as numeric, say in case of ATM pin, but there is no way seen as of now where i can show numeric keypad ...
1
vote
2answers
2k views

Store, retrieve and validate password (SecureString) in SQL Server

I have a login window that gets the username and password from the user and I would like to know the best way to handle the password. The username is just a regular textbox, but the password is a ...
0
votes
2answers
490 views

Silverlight PasswordBox showing “Please enter password here” inside

How can I setup a PasswordBox in Silverlight 4 so that when it's empty it shows the text "Please enter password here" inside the PasswordBox? I want the text to show up in the PasswordBox, while the ...
7
votes
2answers
5k views

How to show in wpf password box characters for few second?

If the user enter 1985 in the password box,it will be shown .... . How to show letter or number for few seconds and after that change it to bullet? I suppose that this cant be done in the passsword ...
0
votes
1answer
838 views

Display password char * in the password column in gridview in edit mode

I have a webform gridview. In that one columns is password. I want to allow the users to change the password. there are few issues. In the Edit template I have mentioned the password column TextMode ...
0
votes
3answers
283 views

Custom password field in not visible in browser

I want to make custom password in HTML But when i am running it with browser like chrome , Mozilla its not visible there.Please find my HTML & CSS.What wrong i am doing? <link href="mypwd.css" ...
1
vote
1answer
692 views

WPF PasswordBox label visibility

I have created a passwordbox user control for a login screen. I was trying to use a watermark approach, but most of the examples I saw failed when I tried to use them. I switched to just being able to ...
0
votes
2answers
61 views

HTML forms - enabling browers to ask for remembering the value of a text form?

I have a field that I've labeled 'password', and I'd like the browser to ask the user whether they want to store that password. How do I do this? Is there an HTML attribute to use? For instance the ...
0
votes
1answer
389 views

Make the official WPF RibbonTextBox look like a PasswordBox

I'm developing an application with the official WPF Ribbon system, and I'd like to have a password field up in the ribbon. Is there any way I can modify the RibbonTextBox control to display dots ...
19
votes
7answers
3k views

SKPaymentQueue addTransactionObserver asking for App Store password on startup after in-app purchase

My app is using in-app purchases, and most of my users can purchase just fine without any problems. For these folks, my app downloads the content after the purchase succeeds and they are happy. ...
0
votes
1answer
1k views

Implimenting Jquery.ShowPassword in MVC Razor View

All that is happening for me is the Password Box is just disappearing and re-appearing on when the check box is checked. Code in razor view: <div id="passtext" class="editor-field"> ...
0
votes
1answer
181 views

Password form field in ajax

What is the ajax/javascript plugin which displays colors next to the password field. So each password will have its own color combination.
2
votes
1answer
1k views

How do I change the on-screen keyboard for a PasswordBox

I have a box that I want to take a password of only numbers (like an ATM-card PIN), how is the best way to do that? Requirements: Password (with the hidden numbers) Typing digits as the default ...
11
votes
1answer
3k views

C# - compare two SecureStrings for equality

I have a WPF application with two PasswordBoxes, one for the password and another for the password to be entered a second time for confirmation purposes. I was wanting to use ...
0
votes
5answers
403 views

How to have two password fields controlled by one checkbox?

<form> <fieldset> Password: <span id="capsalert">CAPS LOCK = on</span><br> <input type="password" id="pwd"> <script type="text/javascript"> ...
5
votes
1answer
778 views

Remember password popup on Android webview problem

this is is a pretty straight forward question, I need to detect when the default Remember password popup opens on the Android Webview (So I can make sure I am not covering it with any other component, ...
1
vote
2answers
1k views

how to fix the size of password input field?

my html code is <tr> <td>User ID:</td> <td><input type="text" id="uid" size="20"></td> </tr> ...
0
votes
0answers
3k views

data validation on wpf passwordbox:type password, re-type password

I've built a wpf windows application in with there is a registration form. Using IDataErrorInfo i could successfully bind the field to a class property and with the help of styles display ...
0
votes
2answers
618 views

MVVM Binding Password

I am re-factoring my application to implement the MVVM design and i came across my first problem... Compiler won't let me bind to the Password property of the PasswordBox control. Anyone have any ...
1
vote
3answers
6k views

WPF Watermark PasswordBox from Watermark TextBox

I am using a Watermark textbox as in Watermark TextBox in WPF <Grid Grid.Row="0" Background="{StaticResource brushWatermarkBackground}" Style="{StaticResource EntryFieldStyle}" > ...
1
vote
3answers
2k views

How do I elegantly handle using a PasswordBox in WPF?

I'm aware that you can't Bind to PasswordBox.Password in WPF. How do I handle a form that contains one? All other controls on the form are bound to properties on a business object, but I have to ...
7
votes
3answers
3k views

What's the Best Way to Catch the Return Key in a PasswordBox? (WPF/XAML)

What's the best way to catch the return key in a PasswordBox? (WPF/XAML) I have a TextBox field and a PasswordBox field on my login form (for username and password entry). I also have a login ...
13
votes
2answers
8k views

PasswordBox with MVVM

Hi people stackoverflow. I'm working with MVVM, I have ViewModel call UserViewModel with a Property Password. In the View have a control PasswordBox. <PasswordBox x:Name="txtPassword" ...
2
votes
1answer
812 views

How to define PasswordBox type column in DataGrid?

How to make a column in WPFToolkit:DataGrid PasswordBox like?
1
vote
1answer
720 views

wpf passwordbox caret

How do I use a passwordbox control with a virtual keyboard using WPF? With the textbox control, it's fairly simple to just move the caret to the next text position; not so with passwordbox, which ...
0
votes
2answers
2k views

How can i set the caret position to a specific index in passwordbox in WPF

I need to set the cursorposition inside the passwordbox explicitlyin WPF. i couldn't see the selectionstart property in passwordbox. Any help?

1 2