Explain the differences between Server-side and Client-side
code?
Answer Posted / srujana
Server-side code runs on the server. Client-side code runs
in the clients? browser.
| Is This Answer Correct ? | 84 Yes | 5 No |
Post New Answer View All Answers
What is viewstate? What does the “enableviewstate” property do?
Can you explain composite pattern?
What are type/key pairs in client script registration?
What is the use of response redirect in asp.net?
Explain the main function of razor in asp.net? : asp.net mvc
Disable Mouse right click on web page in asp.net?
Why does my asp.net file have multiple tag with runat=server?
How can we use Web API with ASP.NET Web Form?
What are the benefits of view state?
What are the advantages of the code-behind feature?
What symbol specifies the beginning of a query string?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What is the difference between system.stringbuilder and system.string
What is asp according to you?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?