| Author |
|
| Company |
Z-SoftNet LLC |
| Source Code Available |
No |
| License Type |
Free |
| Submitted On |
June 09, 2004 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$ 0 |
Description
The AlphaNumericPicker Control is a custom ASP .Net control that provides functionality to the Web Forms like other server controls. This control allows the user to choose an alphanumeric character as input. Like with the standard server controls, the control cases a postback event at the same time. You can attach one or more event handlers to the control to process the request. To determine what character the user selected, retreive the value from the SelectedLetter property.
Product Features
-
Choose index of Letters, Numbers, or a Mix of both
-
Customize the Start letter and/or Number, and the End Letter and/or Number
-
Customize the separator value
-
Localization - supports most Unicode Characters
-
Can customise the text for the "All" button
-
Styling for the full overall control
-
Styling for each character/number group
-
Visual Studio .NET Designer support
Syntax Example
<zsn_ap:alphanumericpicker id="AlphaNumericPicker1" runat="server"
EndNumber="16" StartNumber="1" Height="64px"
Width="504px" Separator=" : " Symbols="AlphaNumeric"
CharacterCase="UPPER" EndLetter="Z" StartLetter="A"
ALLPhrase="ALL" SymbolType="Numbers">
</zsn_ap:alphanumericpicker>Screenshots
Reviews
Submit a review