Client Side Validation in ASP.NET is an ASP.NET tutorial in which the programmers can get guidelines about using the web form control and HTML control for validating the web form in the client side. Here the author explains about certain query...
Netscape, IE and client side validation in ASP.NET is a tutorial in which author discusses about the solution for the problem that occur while executing form validation. In Netscape the form validation has to be done in server side while the IE...
From this easier ASP tutorial, web developers can create their own validation program in ASP using VBScript functions. The form fields can be checked at the client side to find the invalid data and this article describes it as lesser effective way...
How To Determine Browser Type in Server-Side Code Without the BrowserType Object in ASP.NET is a web based tutorial in which author tells about the step by step method that have to be adapted to determine the browser type of the users by using...
This is an ASP.NET tutorial through which you can learn how to add the client side script in the ASP.NET pages. Using client side script helps in reducing load on the server. RegisterClientScriptBlock and RegisterStartupScript methods of the Page...
Handling Form Submissions in Client-side Script is a tutorial which shows the users the way to handle form submissions in client-side. This tutorial also shows the functions of several javascript function, which is used in client-side script. By...
This is a tutorial where users are allowed to pass variables with html forms using php. The author says to the users that they should verify or perform client side validation to the information from a form submitted by them after they enter their...
Using the CustomValidator Control is an ASP.NET tutorial which specially concentrates on custom validator control, which is one of the form validation control that checks the custom logic to perform the form validation. In this tutorial...
This is an online tutorial that details on motivating an ASP page from client side and filling the page with the data fetched from the database server, without needing to refresh the present page by using XMLHTTP. The author guides users by...
VDaemon is a PHP library that grants an easy-to-use but powerful way to check user input for errors, and, if necessary, display messages to the user.
VDaemon performs server-side validation using PHP and client-side validation... |