Showing posts with label Validators. Show all posts
Showing posts with label Validators. Show all posts
Tuesday, February 26, 2013
Validators in ASP.Net –Part 6 : Validation Summary Control
By
Francis
Posted at
12:53 PM
Validators in ASP.Net
No comments
Wednesday, January 30, 2013
A Word about Client Side and Server Side Validation
By
Francis
Posted at
11:42 AM
Validators
No comments
Most of the programmers are aware
about the 2 types of validation. One is Server side validation and another one is Client side validation. Each of them had advantages and disadvantages
also. For novice programmers, I just want to give brief intro about these.
Friday, January 4, 2013
Validators in ASP.Net - Part 1
By
Francis
Posted at
9:00 AM
Validators in ASP.Net
For any application, validation performs a key role. For this Microsoft provides the following types of validators:
1. Required Field validator
2. Regular Expression Validator
3. Range Validator
4. Compare Validator
5. Custom Validator
6. Validation Summary
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture