All about programming FU.
Pre-Fill password fields in ASP.NET
Via .NET Student Blog:
You can pre-fill password fields using the .AddAttribute(“value”, password); method on the control.
However, you should try to avoid this. But in some cases (i.e. display password strength / weakness during initial password entry on a “new user” page) this totally makes sense.
| Artikel drucken | Dieser Beitrag wurde von Sebastian P.R. Gingter am 2008/03/17 um 14:12 veröffentlicht und unter .NET, Software abgelegt. Du kannst allen Antworten zu diesem Beitrag durch RSS 2.0 folgen. Du kannst eine Antwort schreiben oder einen Trackback von deiner eigenen Seite hinterlassen. |