How can we do the client side validation and Server side
validations? But i told that At client side by with the help
of validations control or by javascript? But I dont know
about the Server side controls Explain?
Answer Posted / s
And for Server Side Validation There are various validation
control available in ASP.NET.
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5.Validation Summary
6. Custom Validator
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
How can you use a custom controls in ASP.NET application?
Can we override the enablepartialrendering property of the scriptmanager class?
Difference between .NET and previous version?
What are themes and skins in 2.0, explain usage scenario?
How do we access view state value of this page in the next page?
when a request is made in Life cycle of ASP.NET page .
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What are the events that happen when a client requests an asp.net page from iis server?
What are directives in asp.net? List down all the important directives.
What are validator? Name the validation controls in asp.net? How do you disable them?
IN an ASP.NET Web application if there is any error, how can you debug?
Whats the difference between abstract factory pattern and factory pattern?
Is there any property names “isnavigating”?
Define web services in asp.net.