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 |
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
two common properties for any validation control ?
10. Overloding and overriding.
What is the problem with .net generics?
What is the difference between l1 and l2 cache? : Dot net architecture
What are the types of application software?
Explain how does .net mobile work? : Microsoft dot net mobile
Are there any third party logging components available?
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
Can you explain scriptmanager control?
What is a managed code? : Dot net architecture
Explain hard disk? : Dot net architecture