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

What is a bubbled event?

2 Answers  


how to send mail in asp.net

2 Answers  


You create an ASP.NET application for a hotel. The application contains a page that displays current weather conditions for the city in which the hotel is located. The application calls an XML Web service every 10 minutes to update the current weather conditions. A new page is then displayed for subsequent requests. You want the same page to be cached and retrieved from the cache during the time between calls to the XML Web service. You decide to use a Page directive to accomplish this goal. Which Page directive should you use? A . <%@ Cache Seconds="600 '' VaryByParam="Page" %> B . <%@ OutputCache Time="600" %> C . <%@ OutputCache Duration="600" VaryByParam="None" %> D . <%@ OutputCache Duration="600" %>

2 Answers   Syntax Softtech,


How do you create a permanent cookie?

8 Answers   Siebel Systems,


Explain what are webservices?

0 Answers  


Explain the difference between panel and groupbox classes using .net?

0 Answers  


How can you enable impersonation in the web.config file?

0 Answers  


What combination of methods are used to improve the speed of the fill() method of the DataAdapter? a) BeginFillData() and EndFillData() b) StartFillData() and EndFillData() c) BeginLoadData() and EndLoadData() d) StartLoadData() and EndLoadData()

2 Answers   Syntax Softtech, winfoware,


When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.

4 Answers   Syntax Softtech,


What is asp.net? How is it different from asp?

0 Answers  


What is request and response in asp.net?

0 Answers  


How do you do exception management?

1 Answers   Accenture, BirlaSoft,


Categories