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 / raghumadhav tirunagari


Server side code will execute at server end all the business
logic will execute at server end where as client side code
will execute at client side at browser end.

Is This Answer Correct ?    4 Yes 2 No

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

Answer / manjunath

1.server side code will be executed on server side by
vb.net or c#.net compiler and sent to client. client side
code is executed on client side by client browsers.

2.since the compiled code in server cannot be viewed on
client browser. client side code in HTML format can be seen
easily by view source.

3.client side validations like field check,email validation
done on the browser using (javascript). while login id and
password verifications are done on the server side.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Dot Net AllOther Interview Questions

.net platform independent or dependent?

5 Answers   TCS,


What size is a .net object?

0 Answers  


Explain the difference between state server and sqlserver : Dot net architecture

0 Answers  


What is .net mobile lists. Explain with an example? : Microsoft dot net mobile

0 Answers  


Is .net easier than java?

0 Answers  






Is .NET really support fully OOP Concept?

1 Answers  


IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........

2 Answers  


What is the purpose of cache? How is it used? : Dot net architecture

0 Answers  


difference between Response.write,server.transfer and also which one is used when ?

0 Answers  


1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.

1 Answers   247Customer, FinEngine, TCS,


Explain the five stages in a dlx pipeline? : Dot net architecture

0 Answers  


What's new in the .net 2.0 class library?

0 Answers  


Categories