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 different pipelining hazards and how are they eliminated? : Dot net architecture

0 Answers  


Explain .net mobile automatic paging? : Microsoft dot net mobile

0 Answers  


difference between page init an page load

1 Answers   PCS,


When should you use Abstract Class vs Interface while programming? Give 1 Example

3 Answers   CSS Corp, Hexaware, T3 Softwares,


Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?

0 Answers  






what to choose among testing, .net , and java for a B-Tech (ECE) fresher.

1 Answers  


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture

0 Answers  


What size is a .net object?

0 Answers  


Explain domestic architecture artifacts? : Dot net architecture

0 Answers  


how u maintain data while navigating one page to another?

2 Answers  


Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?

1 Answers  


Why am I getting an invalidoperationexception when I serialize an arraylist?

0 Answers  


Categories