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?

Answers were Sorted based on User's Feedback



How can we do the client side validation and Server side validations? But i told that At client sid..

Answer / pratap

As far as i know we have 6 validation controls only.
1. Required field validator
2. compare validator
3. Regular expression validator.
4. Range validator.
5. Custom validator
6. Validation summary.

Correct me if i am wrong.

Is This Answer Correct ?    15 Yes 3 No

How can we do the client side validation and Server side validations? But i told that At client sid..

Answer / 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

How can we do the client side validation and Server side validations? But i told that At client sid..

Answer / 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

How can we do the client side validation and Server side validations? But i told that At client sid..

Answer / 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

How can we do the client side validation and Server side validations? But i told that At client sid..

Answer / viji

Server validations can done on sever side while in server
side they are 7 validations

1.custom valdator
2.compare validator
3.required field validator
4.range validator
5.validation grouping
6.summary grouping
7.regular expression validator

Is This Answer Correct ?    5 Yes 11 No

Post New Answer

More ASP.NET Interview Questions

what is pagination in asp.net ?

1 Answers   Netsweeper,


What is the difference between web config and machine config files?

0 Answers  


What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.

1 Answers   IBM,


I have a textbox , assign required field validator and i have two buttons 1) save 2) cancel , i want the validator run only when i click save button, don't validate cancel button , what to do?

7 Answers   eMids, Infotech, Integra, TCS, Wipro,


What are the disadvantages of view state?

0 Answers  






will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


What is data control in asp.net?

0 Answers  


what is the difference between assemblyinfo and webconfig files?

1 Answers  


Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?

1 Answers   CTS, TCS,


Explain the difference between dataset and datareader.

0 Answers  


Explain the difference between webfarm and webgardens in .net?

0 Answers  


Categories