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
deference between display and visibility property of CSS
What are the important principles of soa (service oriented architecture)?
What are the new features of .net 2.0?
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
Explain write back and write through caches? : Dot net architecture
Use of Enable view state ? if turn off what happen ?
Is dim fs as filestreamobject is a managed code? : Dot net architecture
What are .net mobile controls features? : Microsoft dot net mobile
Explain difference between state server and sqlserver? : .NET Architecture
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
Explain how cache is used? : Dot net architecture
Explain about common language infrastructure?
Explain .net mobile events? : Microsoft dot net mobile
Difference between type constructor and instance constructor?
Whate are resource files? How are they used in .net?