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
Can you nest updatepanel within each other?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is a form tag?
What is state management in asp.net with example?
Difference between web user control and web custom control?
Explain the advantages of passport authentication.
Explain some of the major built-in objects in asp.net
Explain what is event bubbling?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain what is an abstract class?
How should I destroy my objects in asp.net?
How can you handle exceptions in asp.net?
How you can access the values from the Repeater control in ASP.NET?
Disable browser cache for entire ASP.NET website?
What is difference between singleton and single call?