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
Name the two properties are on every validation control?
What is an imagemap in asp.net?
Describe in brief .net framework and its components.
What is Dynamic Web and discuss its usage with the help of real life examples?
What is the difference between visual basic and asp.net?
Why is global asax is used?
Write a code for passing ArrayList in Web API?
Which authentication uses a combination of windows and iis authentication?
What is a web api endpoint?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Explain the difference between or and orelse?
What are Caching techniques in .NET
To load your generated dataset with data which method do you invoke?
How can I configure asp.net applications that are running on a remote machine?
What is the difference between Session and response.Redirect?