Distinguish between Server-side and Client-side code with its functionality?



Distinguish between Server-side and Client-side code with its functionality?..

Answer / Vibhu Sharma

Server-side code is executed on the server, such as ASP.NET C# code, which generates HTML pages dynamically based on user requests. It has access to resources and performs database operations. Client-side code, like JavaScript, runs within the user's browser and manipulates web page content without requiring a round-trip to the server. It enhances the user experience by responding quickly to user interactions but lacks access to sensitive data or resources.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is webservices. howit is use in our project .

4 Answers   TCS,


What is difference between rest and soap?

1 Answers  


What is an imagemap in asp.net?

1 Answers  


What symbol specifies the beginning of a query string?

1 Answers  


What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?

8 Answers   Siebel Systems,


What is the use of response redirect in asp.net?

1 Answers  


What is the difference between runtime version and version?

1 Answers  


In order to get assembly info which namespace we should import?

1 Answers  


Does the following statement executes successfully: Response.Write(?value of i = ? + i);

4 Answers   TCS,


What is postback request?

1 Answers  


Where is the view state data stored?

1 Answers  


What is Pre-Render event in ASP.NET?

1 Answers   MindCracker,


Categories