.NET validating user input - August 29, 2008 at 15:00 PM by
Amit Satpute
Explain Form level validation and Field level Validation.
Field-level validation provides immediate validation of the input given by the
user. The events associated with field-level validation are KeyDown, KeyPress,
textchange, etc.
In form-level validation the validation step is done after the filling up of the
form is done. It’s usually when the user submits the forms.
Also read
ASP.NET AJAX is the name of Microsoft’s AJAX solution, and it refers to a set of
client and server technologies that focus on improving web development with
Visual Studio...............
AJAX-style communications between client and server. This communication is over
web services. Asynchronous communication. All client-to-server communication in
the ASP.NET 2.0 AJAX framework is asynchronous................
Data Provider provides objects through which functionalities like opening and
closing connection, retrieving and updating data can be availed.............
This article describes state management in ASP.NET. It explains client-side
state management and server-side state management.
This includes caching mechanism in ASP.NET, its advantages and types.
|