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
How do u optimize a query in asp.net?
What are the different types of sessions in asp.net? Name them?
How would you turn off cookies on one page of your website?
Which object encapsulates state or data of a user?
Why mvc is faster than asp.net? : Asp.Net MVC
What is anonymous authentication?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is the meaning of TestApi?
Why the javascript validation not run on the asp.net button but run successfully on the html button?
What are Master Pages in ASP.NET?
What is the difference between asp.net and mvc?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
If you are using components in your application, how can you handle exceptions raised in a component?
What is parse in asp.net?