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's the difference between viewstate and sessionstate?
What is global.asax file used for?
What is use of Master Page in ASP.NET web pages?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What is the server of asp.net?
What do you understand by aggregate dependency?
What are the various ways to send content from one page to another?
What is the difference between the response.write() and response.output.write() methods?
What is DataGrid wheater its a Server Control or something else ?
What is new asp.net core?
What are the advantages of the code-behind feature?
What is IPostBack? How to use it?
What is data control in asp.net?
What are the different types of Caching techniques in ASP.NET?
How response object is related to asp's response object?