Explain the differences between Server-side and Client-side
code?
Answer Posted / 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 |
Post New Answer View All Answers
how to create applications by using Visual Studio 2012?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?
How do I prevent concurrent access to my data?
what is inheritancy where u required ?
What's the difference between an application and a program?
How does .net remoting work?
server.transfer limitation ?
5. Wcf- Session Managment
What is the access level of the visibility type internal?
What is Opf3
Explain difference between machine config vs. Web config? : .NET Architecture
Explain the types of memory management? : Dot net architecture
Define the mesi? : Dot net architecture
Explain .net mobile input controls? : Microsoft dot net mobile