Mobile device web application development ---- (verification and list)

zhaozj2021-02-16  50

Mobile .NET input verification

Verify controls are used to verify the data entered by the user.

Verification control

Verify controls are used to verify the data entered by the user.

Verify control allows you to verify input controls (such as: TextBox) and display messages when verifying fails.

Each verification control completes a specific type of verification (such as: not the specified value or is not a specified range).

By default, when the command control is clicked, the page verification is processed. Setting the CausesValidation property of the control to False When the control is clicked, you can block the validation of the page (setting the command control (possibly excited server event) at the same time without excitation verification logic).

Verify input

This page contains two forms:

<% @ PAGE

Inherits =

"System.Web.ui.MobileControls.MobilePage"%>

<% @ Register

Tagprefix = "mobile"

Namespace = "system.web.ui.mobileControls"

AskMBLY = "System.Web.Mobile"%>