Intersoft Support Center

Enable Numeric Input

This walkthrough shows you how to create numeric data entry in WebInput.

During this walkthrough, you will learn how to do the following:

  • Use WebInput Wizard to set WebInput's behavior.

 Prerequisites

In order to complete this walkthrough, you will need the following:

  • Visual Studio 2005/2008/2010 Application.

 Step-By-Step Instructions

To create numeric input using Wizard

  1. Launch Visual Studio.NET 2008.
  2. Click on File menu, then select New and click Web Site.
  3. Select ASP.NET Web Site in the Template box and set Location to HTTP.
  4. Named the Web Site and click OK.
  5. Right-click on Project's name and select Add New Item.
  6. Select Intersoft AppForm in the My Templates box and named it as Walkthrough.aspx.
  7. Drag WebInput instance to the WebForm.
  8. Notice that WebInput Wizard will automatically appear afterwards.
  9. In Input Type section, select Numeric input to input number and currency data with formatting and click Next.



  10. You will go to the next section which is called Number. In this section, you will be able to set any numeric format available, e.g. Set to Simple or Negative simple. Click Next to go to next section.



  11. This section is called Behavior. In here, you will be able to configure common WebInput's behavior related to DateTime and numeric data type. Click Next to go to next section.



  12. This section is called Editor. In here, you will be able to configure calculator editor settings. For example: set Show calculator editor to True. Click Next to go to next section.



  13. The final section is called Advance Settings. In here, you will be able to configure error message, error text, validation occurance and highlight settings. For example: set the error message as "* Incorrect Numeric Type". Click Finish to apply the settings.



  14. Save and run the project. The WebInput will look like following.

Previous Next