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
Explain difference between machine config vs. Web config? : .NET Architecture
What is .net mobile input validation. Explain with an example? : Microsoft dot net mobile
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
What are library functions?
i wish to write mcts(microsoft certified technology specialist) exam. can anyone give the model question or format and preparation method?
What is application frame host?
how to change the application name?
Explain about clr?
What are the main Tools to develop .Net Application?
Can you explain control extenders?
What is the access level of the visibility type internal?
What is cookie less session?
How to implement the display in the class printdoc (how to resolve the naming conflict) a: no naming conflicts
What are relation objects in dataset?
How can I write my own .NET host?