| HTML Tutorials |
|
|
| XML Tutorials |
|
|
| Browser Scripting |
|
|
| Server Scripting |
|
|
| .NET (dotnet) |
|
|
| Multimedia |
|
|
| Web Building |
|
|
| Java Tutorials |
|
|
| Programming Langauges |
|
|
| Soft Skills |
|
|
|
| Validation Server Controls |
|
To validate user-input, validation server controls are used.
|
|
Validation Server Controls
|
|
To validate user-input,validation server controls are used.It will display an error message to the user,if the data does not pass validation.
The syntax for creating a Validation server control is as follows:
|
|
<asp:control_name id="some_id" runat="server" />
|
|
| Validation Server Control |
Description |
| CompareValidator |
Compares the value of one input control to the value of
another input control or to a fixed value |
| CustomValidator |
Allows you to write a method to handle the validation
of the value entered |
| RangeValidator |
Checks that the user enters a value that falls between
two values |
| RegularExpressionValidator |
Ensures that the value of an input control matches a
specified pattern |
| RequiredFieldValidator |
Makes an input control a required field |
| ValidationSummary |
Displays a report of all validation errors occurred in
a Web page |
|
Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
Keywords:
Validation Server Controls,
asp net controls,
asp net server controls,
asp net validation,
vb net validation,
vb net controls,
how to server,
java script validation,
html validation,
javascript controls,
javascript validation,
asp server controls,
c# validation,
asp validation,
asp controls,
c# controls,
datagrid validation,
vb validation,
vb controls,
aspx controls,
net controls,
datagrid controls,
html server controls,
creating server controls,
dropdownlist validation,
checkbox validation,
textbox validation,
page validation,
web server controls,
form validation
|
|
| HTML Quizes |
|
|
| XML Quizes |
|
|
| Browser Scripting Quizes |
|
|
| Server Scripting Quizes |
|
|
| .NET (dotnet) Quizes |
|
|
| Multimedia Quizes |
|
|
| Web Building Quizes |
|
|
| Java Quizes |
|
|
| Programming Langauges Quizes |
|
|
| Soft Skills Quizes |
|
|
|