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 the difference between inprocess vs out process session state : Dot net architecture
Explain the race around condition? : .NET Architecture How can it be overcome? : .NET Architecture
Explain different pipelining hazards? : Dot net architecture
What is difference between .net and visual studio?
Explain about continuable exceptions?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
Explain how cache is used? : Dot net architecture
Explain difference between machine config vs. Web config? : .NET Architecture
what are the events for a form?
What is the purpose of cache? : Dot net architecture
What is the problem with .net generics?
define cache memory? : Dot net architecture
Explain the use of virtual, sealed, override, and abstract.
Explain the purpose of cache? How is it used? : .NET Architecture