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

Explain COM with example?

0 Answers   MaxSolPro,


what is a namespace?how they are classified?write a program which contains class,object,inheritance?

0 Answers   Six Sigma,


Will finally block exec if we write an return statement to a try block???????

3 Answers  


What is Ienumerable

1 Answers  


How to call the dll at runtime in .Net?

4 Answers   iGate, Infosys,






Explain domestic architecture artifacts? : Dot net architecture

0 Answers  


what are the things we generally declare in session_start , application_start ?

2 Answers  


7. Oop-Diff B/w Interfacse and abstract class.

3 Answers   PCS,


What are the types of application software?

0 Answers  


What is an interrupt? : .NET Architecture

0 Answers  


How can implement drag and drop using atlas?

0 Answers  


Explain the difference between primary & secondary storage device? : Dot net architecture

0 Answers  


Categories