Explain the differences between Server-side and Client-side
code?
Answer Posted / tiger skumar
Server side validation can be done on server side controls
using server controls.
But Client side validation can be done at browser.
The control validation can be done at client browser instead
of server side validation.Because its additional overhead to
the server.
For example,Mandatatory fields checking.It can be done at
client browser.No need at server side.
But the login and password must be validate at server side.
The client side validation can be done using the Javascript
or vb script.
Is This Answer Correct ? | 53 Yes | 7 No |
Post New Answer View All Answers
What is the default authentication mode for asp.net?
Why do we need asp.net?
Is web config mandatory?
Explain the concept of View Model in MVC?
What is diff. Between abstract class and an interface?
Explain global assembly cache.
Which tool you have done?
What is the difference between a candidate key and primary key?
What is caching? What are different ways of caching in asp.net?
what is AutoEventWireUp and what is the use of This property explain in details?
How long does an http session last?
Explain how cookies work. Give an example of cookie abuse.
Define caching.
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is s2s tracking?