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 does the "EnableViewState" property do? Why would I want it on or off?
what is a required field validation control?
What is a service class?
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is msil, and why should my developers need an appreciation of it if at all?
how to create applications by using Visual Studio 2012?
0 Answers TryTechnicals Pvt Ltd,
What should one do to make class serializable?
what is the method while we are using adapter and dataset ?
When should you use Abstract Class vs Interface while programming? Give 1 Example
3 Answers CSS Corp, Hexaware, T3 Softwares,
Explain is development of a mobile web application with asp.net is very easy? : Microsoft dot net mobile
how do you hide maximize,minimize and close box at the form title bar?
how we can fire event in databound column in datagrid without using button?