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 / rajesh kumar
We can Use Javascript Function for Client side validation.
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 ? | 8 Yes | 5 No |
Post New Answer View All Answers
Do gac'ed assemblies have fulltrust?
What is http only cookie?
How may clustered index we can create in table?
Describe the differences between the lifecycles of Windows services and Standard EXE?
What are tuples?
What is ispostback property?
What are the advantages of the code-behind feature?
What is slidemaster?
Where is asp.net view state stored?
Define machine.config in .net?
What is enableviewstatemac in asp net?
How you will manage the state of ASP.NET controls?
What does occur first in ASP.Net, Authentication or Authorization?
Explain the difference between debug.write and trace.write?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?