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
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is asp short for?
Can you explain one critical mapping? Performance issue which one is better?
Which protocol is used to call a web service?
Fetch one page value to another page without using state-managment ?
What is the difference between mechine.config and web.config?
What is Partial PostBack in ASP.NET?
Which browsers support the xmlhttprequest object?
What is paging in context of Memory?
Can action method static?
How can I open ashx file in mobile?
How does ASP.NET framework maps client side events to Server side events.?
How you can access the values from the Repeater control in ASP.NET?
What symbol would you use to denote, the start of a code block in aspx views?
Which methods validate all the controls on a page?