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

Explain the differences between managed and unmanaged code?

0 Answers  


Which Is Faster MVC or ASP.net ?

0 Answers   Arigo Infotech,


What are the Types of chaching. How to implement caching

0 Answers   Microsoft,


If 200 is for all successful operation then why do we have 201 response codes?

0 Answers  


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,






what is aspcompat? what it does?

1 Answers  


what are the application layers for a distribute application?

0 Answers   Mind Tree,


Explain the flow of processing of the request? : asp.net mvc

0 Answers  


Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?

0 Answers  


Caching techniques in .NET ?

1 Answers   Microsoft,


About web methods and its various attributes ?

1 Answers   Digital GlobalSoft,


What are Caching techniques in .NET

0 Answers   Microsoft,


Categories