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

When Cookies are expired in ASP.NET?

0 Answers   Sans Pareil IT Services,


How can you handle exceptions in asp.net?

0 Answers  


What is the difference between ldap and active directory?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


How many Language support in ASP.NET?

11 Answers   TCS,






How would ASP and ASP.NET applications run at the same time on the same server?

0 Answers   Satyam,


Explain server-side scripting?

0 Answers  


Demonstrate Render and PreRender?

0 Answers   QuestPond,


Explain security types in asp.net?

0 Answers  


Define WCF ABC , Diffrent Contract. Diff b/w Wcf and in webservice

2 Answers   Syntel,


Define Query Interface,Adref,Release?

1 Answers   Microsoft,


Which control would you use if you needed to make sure the values in two different controls matched?

4 Answers   Siebel Systems,


Categories