Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos which may make use of other development tools included with the ComponentOne Studios.
Samples can be accessed from the ComponentOne Sample Explorer.
The following pages within the ControlExplorer sample installed with ASP.NET Web Forms Edition detail the Input for ASP.NET Web Forms controls' functionality:
C# Sample
Sample | Description |
---|---|
C1InputDate: | |
DatePicker | This sample demonstrates that when the showTrigger property is set to true, clicking the trigger button opens the default calendar to be used as a date picker. |
DropDown | This sample shows how you can easily create a drop-down box for date input. |
Overview | This sample shows the C1InputDate control, an input control that is specialized for editing Date/Time values. |
C1InputMask: | |
DropDown | This sample shows how predefined input values can be specified using the ComboItems property. |
FirstName | This sample illustrates how you can use the MaskFormat property to allow only text input. |
Overview | This samples shows the C1InputMask, an input web control that allows users to type text based on the mask. |
Password | This sample demonstrates how to display password characters, such as * and #, by setting the PasswordChar property. |
C1InputNumber: | |
Currency | The C1InputCurrency control is an input control that is specialized for editing currency values. |
DropDown | This sample demonstrates how you can create a drop-down list with currency items by setting the ComboItems properties. |
Increment | This sample demonstrates how to use the Increment property to create a custom increment. |
Overview | The C1InputNumeric control is an input control that is specialized for editing numeric values. |
Percent | The C1InputNumeric control is an input control that is specialized for editing numeric values. |