ASP.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 2022 Page Views: 

What is the difference between Server-side and Client-side code?



Posted By: Avi Date: 28 August 2009 06:29:59 AM
 Answer:

Server-side code executes on the server, while client-side code executes in the context of the client's browser.


Posted By: eTechPlanet


Date: 28 August 2009 06:29:59 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image z5jL4Z
Related Questions
ASP.Net : What property must you set, and what method must you call, in order to bind the data from a data source to the Repeater control?

What property must you set, and what method must you call, in order to bind the data from a data sou....

You must set the DataSource property and call the DataBind method.
Category: ASP.Net Date: 10/28/2009 5:15:14 AM
ASP.Net : We have a requirement to use same header and footer for number of pages. How we can implement in ASP.Net with minimum code and effort?

We have a requirement to use same header and footer for number of pages. How we can implement in ASP....

We can use Master Pages which defines the layout (look and feel) and standard behavior for all of th....
Category: ASP.Net Date: 10/28/2009 5:10:00 AM
ASP.Net : Which validation control can we use to make sure the values in two different controls matched?
ASP.Net : Can you tell me the two properties common in every validation controls?

Can you tell me the two properties common in every validation controls?

ControlToValidate property and Text property
Category: ASP.Net Date: 10/28/2009 4:44:15 AM
ASP.Net : What is the difference between trace and debug in ASP.NET?

What is the difference between trace and debug in ASP.NET?

Debug and trace enables you to monitor the application for errors and exception without VS.NET IDE. ....
Category: ASP.Net Date: 10/27/2009 4:56:34 AM