Explain the differences between Server-side and Client-side
code?
Answer Posted / mahendran
server-side excute the code in server side
client-side excute the code in browser side
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is difference between cache and session?
What are session state modes?
What is the difference between CC and BCC?
What is the difference between the response.write() and response.output.write() methods?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
How many languages are supported by .NET at present time?
How to you can limit Access to Web API to Specific HTTP Verb?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
How can you identify that the page is post back?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are the steps to follow to host a web application on a web server?
How could you modify xaml content from javascript?
What are the two Layouts supported by a Web form in ASP.NET?
How to rename a table using sql queries?
Explain the difference between singleton and single call?