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 pipelining? : Dot net architecture

0 Answers  


When do I need to use gc.keepalive?

0 Answers  


what is ado.net

8 Answers   BirlaSoft, HCL,


What is the difference between SAX Parser and DOM Parser?

2 Answers   QBit Systems, TCS,


How many types of languages does .net support? name at least 10-15?

12 Answers   Interac, Six Sigma, TechUnity,


What are end points, contract, address and bindings?

0 Answers  


What is the mesi? : .NET Architecture

0 Answers  


Explain about continuable exceptions?

0 Answers  


What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture

0 Answers  


how to make my form not to appear in the task bar?

1 Answers   Six Sigma,


Different types of authentication modes in .net framework ?

0 Answers  


How can implement drag and drop using atlas?

0 Answers  


Categories