Explain the differences between Server-side and Client-side
code?
Answer Posted / sandeep kumar
Client side validation validate on the browser but server side validation validate on the server.
Client side validation is faster than server side validation.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain about Automatic resource management?
How do you sign out from forms authentication?
What is query string? What are its advantages and limitations?
Does google crawl redirects?
What is state management technique?
What are sessions and cookies?
Are xaml file compiled or built on runtime?
What is the Difference between MVC And MVP design pattrens
how to include timer or counting time to display next page in asp.net
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is rending process in ASP.NET?
How can we identify that the Page is Post Back?
What is event in asp.net?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Define repository pattern in asp.net mvc? : asp.net mvc