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
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.
Explain .net mobile events? : Microsoft dot net mobile
What is the purpose of cache? : Dot net architecture
What is the difference between an event and a delegate?
Explain the difference between primary & secondary storage device? : Dot net architecture
Explain about common language infrastructure?
Explain the Lapsed Listener problem in .net
Can I customise the trace output?
What is MS chart control in visual studio?
What is a managed code is dim fs as filestreamobject is a managed code? : .NET Architecture
What is cookie less session?
Explain cache? : Dot net architecture
What is an interrupt? : Dot net architecture
Explain how cache is used? : Dot net architecture