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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

deference between display and visibility property of CSS

1947


What are the important principles of soa (service oriented architecture)?

671


What are the new features of .net 2.0?

706


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

631


Explain write back and write through caches? : Dot net architecture

744


Use of Enable view state ? if turn off what happen ?

4111


Is dim fs as filestreamobject is a managed code? : Dot net architecture

687


What are .net mobile controls features? : Microsoft dot net mobile

688


Explain difference between state server and sqlserver? : .NET Architecture

709


How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts

817


Explain how cache is used? : Dot net architecture

774


Explain about common language infrastructure?

721


Explain .net mobile events? : Microsoft dot net mobile

682


Difference between type constructor and instance constructor?

765


Whate are resource files? How are they used in .net?

663