This is a migrated thread and some comments may be shown as answers.

telerik:RadTextBox TextMode="Password" Edit Mode Not Assign

2 Answers 193 Views
Grid
This is a migrated thread and some comments may be shown as answers.
mohamed
Top achievements
Rank 1
mohamed asked on 17 Oct 2011, 10:36 AM

Hi Guys,

Here i radtextbox textmode="password" ,
Edit Mode's not assigned any value ,


<telerik:RadTextBox Width="50%" ID="password" AutoCompleteType="Disabled" runat="server"
MaxLength="10" TextMode="Password"
Text='<%# Bind("password") %>'>
</telerik:RadTextBox>


Thanks,
Mohamed.

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 17 Oct 2011, 11:30 AM
Hello Mohammed,

As far as I know, the value of a password RadTextBox should not appear in the browser, because this is a security issue. RadTextBox in password mode clears its value during its client-side initialization in order to remove any remembered passwords by the browser. If you want to have the password values available on the client, you should use a RadTextBox in a SingleLine TextMode. Hope this helps.

Thanks,
Shinu.
0
mohamed
Top achievements
Rank 1
answered on 17 Oct 2011, 12:55 PM

Thanks for ur reply ,

Refer Picture in edit mode password column field not come any value 

Thanks,
Mohamed.
Tags
Grid
Asked by
mohamed
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
mohamed
Top achievements
Rank 1
Share this question
or