Explain the differences between Server-side and Client-side
code?
Answer Posted / eswar reddy
server side code is executed at the server on IIS in ASP.NET
frame work,while client side code is executed on the server.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is a viewbag?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is the use of the tag in the web.config file?
What are the main advantages of using asp.net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is a server cookie?
Can we use MSSql as backend in asp.net...if yes then How.?
What are the new navigation controls in asp.net 2.0?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
What are the cookies types in asp.net?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
What is the use of view state?
What is a 307 redirect?
What is difference between asp state management and asp.net state management?
What does postback mean?