WebForm : PasswordBox
Returns a HTML password box with the specified string name, string value, integer max length, boolean disabled and string custom arguments.
C#
|
View
|
string |
( string Name, string Value, int Size, int MaxLength, bool Disabled, string Custom )
|
Java
|
View
|
String |
( String Name, String Value, int Size, int MaxLength, boolean Disabled, String Custom )
|
Javascript
|
View
|
string |
( string Name, string Value, int Size, int MaxLength, boolean Disabled, string Custom )
|
Perl
|
View
|
string |
( string Name, string Value, int Size, int MaxLength, boolean Disabled, string Custom )
|
PHP
|
View
|
string |
( string Name, string Value, int Size, int MaxLength, boolean Disabled, string Custom )
|
Visual Basic
|
View
|
String |
( String Name, String Value, Integer Size, Integer MaxLength, Boolean Disabled, String Custom )
|
|