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 |
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
What is the use of delegates
What is WPF and WCF?
Xmlserializer is throwing a generic "there was an error reflecting myclass" error. How do I find out what the problem is?
Explain the difference between state server and sqlserver : Dot net architecture
Tell me .net mobile emulators? : Microsoft dot net mobile
Name some changes done since version 3.0?
Explain about generation?
In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.
Can you explain update progress control?
difference between page init an page load
What is .net transaction?