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 |
.net platform independent or dependent?
What size is a .net object?
Explain the difference between state server and sqlserver : Dot net architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
Is .net easier than java?
Is .NET really support fully OOP Concept?
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 purpose of cache? How is it used? : Dot net architecture
difference between Response.write,server.transfer and also which one is used when ?
1. How to restrict a class from allowing to create only one object. I.e., one should be allowed to create only one object of the class type.
1 Answers 247Customer, FinEngine, TCS,
Explain the five stages in a dlx pipeline? : Dot net architecture
What's new in the .net 2.0 class library?