by Intersoft Solutions Corporation - Product Type: Component / ASP.NET WebForms / .NET Class / 100% Managed Code
Advanced input control for your ASP.NET applications. WebInput is a masked input component for ASP.NET 2.0 Web development offering features such as display and edit formatting, character highlighting, validation and comprehensive support for most cultures available in .NET. WebInput provides excellent capability in formatting, masking and validating that works similar to the input behavior in Microsoft Access. Using WebInput, you can provide input in your Web application for entering fields such as Social Security Number, Extension, and Phone Number in any .NET supported cultures. You can use any mask format as long as it conforms to the Microsoft Access masking specification. WebInput 4 adds advanced data entry features for date and time input. The quick date selection lets you select a range of date with fewer clicks in less time. For more advanced date and time selection, WebInput 4 also introduces linked WebInput. WebInput.NET supports literally any browser (Internet Explorer, Mozilla Firefox, Opera, Safari, Gecko based, etc.). WebInput can also be bought as part of WebUI Studio for ASP.NET and WebUI Studio Premier.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 322.42 | 1 Developer License Mfr. Part No: WI40-SD |
Download (658.1 MB) | |
| Add to Cart | $ 644.84 | 4 Developer Team License Mfr. Part No: WI40-4DL |
Download (658.1 MB) | |
| Add to Cart | $ 1,289.68 | 8 Developer Team License Mfr. Part No: WI40-8DL |
Download (658.1 MB) | |
| Add to Cart | $ 3,224.20 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) Mfr. Part No: WI40-SW |
Download (658.1 MB) |
| Add to Cart | $ 126.42 | 1 Developer Upgrade License from V3 | Verify | Download (658.1 MB) |
| Add to Cart | $ 252.84 | 4 Developer Team Upgrade License from V3 | Verify | Download (658.1 MB) |
| Add to Cart | $ 505.68 | 8 Developer Team Upgrade License from V3 | Verify | Download (658.1 MB) |
| Add to Cart | $ 1,264.20 | 1 Site Wide Upgrade License from V3 (Allows Unlimited Developers at a Single Physical Address) | Verify | Download (658.1 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed, including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What's New in WebInput 4.0.7200.24?
What's New in WebInput 4.0.7200.2?
What's New in WebInput.NET 4?
Linked Date Input
WebInput now supports a linking feature that allows you to easily link two WebInput controls for date range selection. Enable the link and WebInput automatically assigns the linked WebInput control as the end date, which should have a greater value then the start date. This time-saving feature also includes automatic validation for both the start and end date for consistently valid ranges.
Quick Date Selection
WebInput 4 also sports Quick Date Selection, a new user interface feature that allows users to easily populate a date value through a built-in contextual popup. This feature supports both single and linked WebInput. When used along with Linked WebInput, this feature intelligently populates both WebInput values with the chosen date range.
Stability Improvements
WebInput 4 includes hundreds of stability improvements to its features, including date/time, currency, masked editing, and better support for non-US regions, and much more.
What's New in WebInput.NET 3.0.7200.216?
What's New in WebInput.NET 3.0.7200.214?
Please, visit the 'Evals and Downloads' section of this product page to Read a document with the complete WebUI Studio 2009 R2 SP1 Release Notes.The 'WebUI Studio 2009 R2 SP1 Release Notes' Document contains information about the improvements made on this release.
What's New in WebInput 3.0?
Quick configuration by using SmartTag Designer
WebInput.NET introduces SmartTag Designer that extends Visual Studio 2005's designer architecture. The SmartTag Designer is useful to help developers easily getting started with the new WebInput.NET instance. The SmartTag Designer consists of common task which usually performed to help you setup your WebInput fast
Guided design-time configuration
The new designer concept employs guided configuration experience in assisted mode. For instance, most property elements now have Tooltip that describes the function. The features of the component are also converted to use question-based model and included more verbose text.The classic designer that shows all properties in a property grid is still supported in this new designer. The property grid is now contained in Advanced Settings area.
Cleaner and reduced page output through built-in Default Style
WebInput introduces default style concept to deliver optimal performance right out-of-the-box.The default style feature offers a clean control definition during development, best performance in server throughput, also reduced page output size up to 70 percent since styles are no longer produced regardless of the number of instances in a page
XHTML 1.1 Transitional Support
WebInput.NET now fully supports XHTML 1.1 Transitional. This is made possible with revamped core rendering and designs.Along with XHTML 1.1 compliant output and Transitional support, all user interface features and data functions are supported and have been tested to work properly. The XHTML 1.1 Transitional support in version 3.0 allows web developers to use WebInput.NET in their web page that target W3C standards compliance.
What's New in WebInput.NET V2?
End users have been very familiar with Windows date input control where they can use keyboard to select each element of the DateTime and easily change part of the DateTime element by either spinning the value up and down, or by typing directly into that element such as the day element or month element. With WebInput.NET, now you can do the same for your Web application plus the ability to select from the calendar dropdown. As for currency input, WebInput.NET also has a special feature which allows users to input the number using Microsoft Money style Calculator Editor. WebInput.NET Features Include:
WebInput 4 adds unique data entry features for date and time input. The quick date selection lets you select a range of date with fewer clicks in less time. For more advanced date and time selection, WebInput introduces linked WebInput. The core concept behind this time-saving feature is two WebInputs. One is the start time selector and another is the end time selector, and the end time value must be greater than the start time value. The built-in validation engine ensures the date selection is correct and valid. For a better editing experience, the WebInput control has several features like: Highlighting, Formatting, Masking, and Validating data client side (web browser). With HighLight, the user can select specific edit values (whether a character, a phrase or a word), edit the value, and spin it (for spin, it requires EditFormat feature enabled). The Formatting lets WebInput format and validate the display text data according to a supplied format expression. The Masking provides better editing experience by defined input place holders per character and literals, validate it per character or phrase, and spin the selected value. An exception to Masking, there is a DynamicNumber MaskType that validates and reformats each value entered and each key pressed. This DynamicNumber doesn't need to specify the masking expression.
To display data in the WebInput control set the Value properties to a valid data source (a string, datetime or numeric data type). WebInput.NET doesn't provide a DataSource-level data binding mechanism since the data is processed as simple values and not a datasource. The Text property contains value data that is formatted, masked, edited and validated.
Supports .NET culture settings formatting, specifiers, separators etc (from Afrikaans to Vietnamese).
The Validating mechanism is internally plugged to the Formatting and Masking features.
To interact intensively with WebInput processes at runtime, there is an object oriented client side class library of WebInput that can be modified via script and persisted server side when posted back. The client side object is actually a mini version of the server side object with some extra client side features. So the client side object has a consistent object model to reflect the server side object model. There are also several client side event handlers that can be attached. Every event handler provides a minimum controlId parameter as standard.
There are 2 built in editors that power editing capabilities, Calculator editor and DateTime editor. The editors work well with HighLight, Formatting, Masking and Validating features.
WebInput supports dynamic styles (different style on element normal state, active state and over state), integrated style-text-image settings, design time layout preview, and control layout data persisting that is compatible with Microsoft ASP.NET 2.0.
WebInput is built based on the new Intersoftpt Solutions Corporation’s WebUI.NET Framework. As results, it inherits all the power and benefit of the new framework likes instance object cloning (with reference type), instance object resetting (with reference type), instance object copying (with reference type), instance object empty checking (with reference type), support for Intersoftpt Solutions Corporation’s XML serializable and Intersoftpt Solutions Corporation’s Binary serializable, intuitive design time support, and more.
ComponentSource offers a unique global service, used by over 1,000,000 software developers worldwide.