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 |
inprocess vs out process session state : Dot net architecture
what to choose among testing, .net , and java for a B-Tech (ECE) fresher.
What is application frame host?
What is biginteger and when would you use that?
deference between display and visibility property of CSS
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Explain about clr?
Explain .net mobile selectionlist control? : Microsoft dot net mobile
what is authentication and authorization?how do they differ?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure. : Dot net architecture
what is the need of vss to developer?
Explain <mobile:link> element .net mobile with example? : Microsoft dot net mobile