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
Explain what are delegates?
How do you secure your connection string information?
What is difference between Fragment Caching and Page Caching in ASP.NET?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
Why do we need url encoding?
What is mvc in asp.net tutorial? : Asp.Net MVC
What is the asp.net mvc folder conventions? : asp.net mvc
Is it possible to apply themes to an asp.net application? If yes, then how?
What is page request in asp.net?
What is http pipeline in asp.net?
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What is asp.net mvc5? : Asp.Net MVC
What are early binding and late binding.
What does the .webpart file do?
Can I stream live content/events?