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 the maximum amount of memory any single process on windows can address?

0 Answers  


What is a runtime version?

0 Answers  


How use Xml data in ASP.net?

0 Answers   MCN Solutions,


What is cookies cache and session?

0 Answers  


What does postback mean?

0 Answers  






i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?

0 Answers  


What is the full form of asp.net?

0 Answers  


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL,


What is the advantage of mvc over asp.net? : Asp.Net MVC

0 Answers  


What is difference between web config and global asax?

0 Answers  


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

0 Answers   TCS,


Descrie about response.buffer and repsonse.flush ?

2 Answers   ADP, Cognizant,


Categories