Explain the differences between Server-side and Client-side
code?

Answers were Sorted based on User's Feedback



Explain the differences between Server-side and Client-side code? ..

Answer / gupta

server side code is executed on server side only,
client side code is executed on browers machine.

Is This Answer Correct ?    3 Yes 2 No

Explain the differences between Server-side and Client-side code? ..

Answer / 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

More ASP.NET Interview Questions

how to retrieve data using web services in asp.net pls give me the code and explain me briefly

3 Answers  


Fetch one page value to another page without using state-managment ?

0 Answers   HCL,


Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal

0 Answers  


How do we assign page-specific attributes?

0 Answers  


Is sql backend or frontend?

0 Answers  






Explain how cookies work.

0 Answers  


What is AppDomain?Explain how it works.

9 Answers   Tech Mahindra,


What is cas?

0 Answers  


Webconfig file is cofiguration of server or browser?

10 Answers   Wipro,


Difference between asp and asp.net?

4 Answers   Accenture,


How to authenticate users using Web.Config ?

1 Answers   Accenture,


About CLS and CTS?

8 Answers   Microsoft, Syncfusion,


Categories