Explain the differences between Server-side and Client-side
code?
Answer Posted / k.senthil kumar
Server side code executes on the server.Client side Code
Executes on the client Browser.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What does asp in asp.net stand for?
Define globalization and localization.
How you will improve web application performance?
Explain server control extensibility with reference to asp.net 2.0 ?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How do you declare static variable? What is its lifetime?
Explain the difference between debug.write and trace.write?
Why session is used in asp.net?
What are the types of authentication in asp.net?
What are the uses of reflection?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
A web service can only be written in .net? State whether true or false.
What is server side session management?
What is custom attribute? How to create?