Why is validation always done on the server? When does that
occur?

Answers were Sorted based on User's Feedback



Why is validation always done on the server? When does that occur? ..

Answer / raghumadhav tirunagari

Server side validation is always performed in case a browser
doesn't support DHTML. However, to catch invalid entries,
you should check the IsValid property.When users try to
circumvent the client side code by saving it or by
modifying it with different tools.

Is This Answer Correct ?    3 Yes 0 No

Why is validation always done on the server? When does that occur? ..

Answer / saad

It is not always done on server, it can be done on client
side as well but its secure on server side. if the data is
not correctly enter then the request will be sent back to
client side with error message(round trip), so to avoid
that Page's IsValid Property must be used for each control.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are the page life cycle events?

0 Answers  


Have you used microsoft dataaccess blocks and Exception blocks?

1 Answers   Microsoft,


WHAT IS BOXING? HOW WE CAN USE IT?

4 Answers   Seion Infotech,


Can viewstate be accessed in another page?

0 Answers  


What is the use of SmartNavigation property?

4 Answers  






What are the differences between the response.write() and response.output.write()?

0 Answers  


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

0 Answers  


how many session modes are available?some brief explnation

1 Answers  


Code for scolling in gridview

1 Answers   TCS,


How to register exception filter globally?

0 Answers  


How Response.flush works in server.Execute ?

1 Answers   Keane India Ltd, TCS,


Why is global asax is used?

0 Answers  


Categories