Ask a Question related to ASP.NET General, Design and Development.
-
Kumar #1
asp:TextBox TextMode='Password'
Hello All,
I am trying the following in one of the DataGrid column. The intent is to
enable users to edit their password without actually displaying it.
<asp:TextBox id='Password' Text='<%#DataBinder.Eval(Container.DataItem,
"Password")%>' Runat='server' TextMode='Password'/>
<asp:TextBox id='ConfirmPassword'
Text='<%#DataBinder.Eval(Container.DataItem, "Password")%>' Runat='server'
TextMode='Password'/>
But the resultant editbox is just blank, its not retrieving the value from
the binding I specified "<%#DataBinder.Eval(Container.DataItem,
"Password")%>".
If I remove TextMode='Password' the data is retrieved but is displayed to
the user.
Any one ran into this issue? Any tips/hints appreciated.
Thanks,
Ray.
Kumar Guest
-
TextBox-TextMode
I have been trying to implement a password text box in a datagrid using a template column. When I set the TextBox.TextMode = Password nothing is... -
Could I set TextMode = "Password" ind Editing-Mode of the DataGrid?
Hello Folks. I have a DataGrid displaying the conten of a SQL-Database. In this table exist a Field wich contains Passwords. Firstly IŽd liked to... -
<asp:textbox TextMode=Password runa=server> ??
Hi, I have an asp textbox that allows users to enter their password. I have another page that allows a user to edit their user account. On... -
Password TextBox VeiwState Text
Why Password Textbox do not Save VeiwState doing Refreshing of page and how do I accomplish this? -
Problem with TextBox w/TextMode = password
I can't seem to programatically assign a textBox server control when TextMode=Password, why is this?



Reply With Quote

