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 appSettings Section in the web.config file?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is asp.net futures?
Explain the use of errorprovider control in .net?
How can we register exception filter globally?
What is routing in MVC?
What is state management techniques in asp.net?
What is the difference between Classic ASP and ASP.Net?
Define globalization and localization.
Explain the asp.net mvc request life cycle? : asp.net mvc
Explain the Order of events in an asp.net page?
What are url fragments?
Explain the difference between server control and html control.
What is mvc in asp.net tutorial? : Asp.Net MVC
Is asp.net and .net the same?