Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you do validations. Whether client-side or
server-side validations are better.?

Answers were Sorted based on User's Feedback



How do you do validations. Whether client-side or server-side validations are better.?..

Answer / srikanth

Hi Jiten, you're mistaken bydefault all the asp.net
controls are server controls that runs server side, so
validation controls do. To reduce the burden on the server
we will use javascript validation which will be done client
side.

Is This Answer Correct ?    6 Yes 0 No

How do you do validations. Whether client-side or server-side validations are better.?..

Answer / jiten

Asp.Net has few validation control like
campare , requirefield , rang ,regulorexpression and custom

u can use any validation control with html ,asp control

Asp.net validation control are by default cilde side
validation .
and the cliend side validation is better blz it's reduse
the burdon to the server

Is This Answer Correct ?    2 Yes 2 No

How do you do validations. Whether client-side or server-side validations are better.?..

Answer / sathish

how do you do validations in vb.net project

Is This Answer Correct ?    0 Yes 0 No

How do you do validations. Whether client-side or server-side validations are better.?..

Answer / sudhir sheoran

Validation can be done at server side as well as
client side.

Client side validations :-
1) are of great use with the enhancement of
java scripts.
2) Performance booster as validation is done at client side.
3) security issues are there in client side validation.
4) So should be used for simple operations like
user input validations e.g valid name,valid date range,
valid phone number,email etc,where security is of not
that much concern.

Server Side validation(SSV):
1) Some validations can be done at server side only
e.g whether a email exists in database or not.
2) Decreases performance because of more trips to server
3) When security is a concern SSV should be used.

Is This Answer Correct ?    0 Yes 0 No

How do you do validations. Whether client-side or server-side validations are better.?..

Answer / anjani mittal

ASP.net has some validation controls which r used for validation of entry in the textboxes,dropdown & other controls etc.
These Validation Controls r:-
1> Required field validator.
2> Regular Expression field validator.
3> Range Validator.
4> Compare validator.
5> Custom field validator.
6> Validation field summary(used to display error messages).

Client side validation is better than that of server side validation b'coz it reduces the load on server by using client side validation & by doing this server performance increases & there responsivess is efficient....

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

what is pagination in asp.net ?

1 Answers   Netsweeper,


What does the "EnableViewState" property do?

2 Answers  


What are sessions and cookies?

0 Answers  


Explain the difference between the web config and machine config.

0 Answers  


can we transfer data from one page to another page using viewstate if so how?if not y?

1 Answers   Patni,


what is the trace in ASP.NET

4 Answers  


Define caching.

0 Answers  


What are assemblies and namespaces and explain the difference between them ?

0 Answers  


Explain the difference between globalization and localization techniques

0 Answers  


What is the significance of finalize method in .net?

0 Answers  


what r the Templeats in ASP.net?

5 Answers   Intel, VBV,


what is the MSIL assembler do?

1 Answers  


Categories