Explain the differences between Server-side and Client-side
code?
Answers were Sorted based on User's Feedback
Answer / raghumadhav tirunagari
Server side code will execute at server end all the business
logic will execute at server end where as client side code
will execute at client side at browser end.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / 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 |
what is stage management ? (ASP.NET)
Explain the purpose of cache? : Dot net architecture
Explain the difference between l1 and l2 cache? : Dot net architecture
What is VSS? Use of VSS? How can we use VSS in our Application?
how to change row background color in gridview
How do you handle this COM components developed in other programming languages in .NET?
0 Answers InfoAxon Technologies,
Difference between type constructor and instance constructor?
Explain about appdomains?
How cache is used? : Dot net architecture
Explain .net mobile selectionlist control? : Microsoft dot net mobile
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........
What is the difference between SAX Parser and DOM Parser?