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 / neha
Athere are 6 validation control
1. RequiredField Validator
2. Range Validator
3. Campare validator
4. RegularExpression
5. Validation Summary
6. Custom Validator
only custom validator has event on "servervalidate" ,others validate on client side
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the different types of sessions in asp.net?
What are the advantages of asp.net?
How are sessions stored?
What is data grid view in asp.net?
Is asp.net a programming language?
What is a swagger in web api?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What are the different types of validation controls in asp.net?
What is new asp.net core?
What are main return types supported in Web API?
Explain diff. Between friend and protected friend?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
How to send a DataReader as a parameter to a remote client ?
Where viewstate value is stored in asp.net?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.