HomeCommunityControl GalleryForm ControlsButtonsAlphaNumericPicker

AlphaNumericPicker



Submit a Review

344 Downloads

13,615 Views


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