what r the type of validation controls in asp.net..What r the type validation controls in asp.net?
I couldn get ur question properly!
This is wat i understood from ur question.
Wat are all the validation controls available in ASP.NET?
you have server-side controls,
1.Required field validator
2.RegularExpression
3.Range Validator
so on...
These control, though its an server-side control, these have the capability to validate in the client side itself. These controls while rendering froms client-side javascript.What r the type validation controls in asp.net?
You know in advance programming sometimes we have to validate values.
The best example is Email ID and Password.
This is a kind of validation.
so we have different kind of validation such as :
1.Required field validator
2.RegularExpression
3.Range Validator
4.Custom Valdiator
each of them does an special task of validating.
for example one of them is RangeValditaor : you give a range of number .
for example 3-6.
if the number entered by the user was in this range it would return true and else false.
you can learn more at msdn or msdn2.
http://msdn.microsoft.com/library/defaul鈥?/a>
Microsoft.com has everything you need for asp.net
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment