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
What are different types that a variable can be defined and their scopes ?
Can I create my own metadata attributes?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain the difference between l1 and l2 cache? : Dot net architecture
Explain the use of virtual, sealed, override, and abstract.
What is the difference between machine config vs. Web config : Dot net architecture
Difference between type constructor and instance constructor?
Differences between VS 2005, 2008 and 2010 ?
Why the config file might not be writable
how to set the startup position of the form?
Tell me .net mobile emulators? : Microsoft dot net mobile
What is cache coherency and how is it eliminated? : Dot net architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is the difference between an application and a program?
if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get