Explain the differences between Server-side and Client-side
code?
Answer Posted / dan
Server side code Client Side
1. Use scriting language 1.USed language VBscript or
ASP or JSP(Java Server pages) JavaScript
2. Use runat="server" in code. 2. It doesnt use it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are Authentication and Authorization?
Which is faster union or union all?
Can I tap into other windows livetm services?
How does session id work?
Define dll hell?
How would you get asp.net running in apache web servers? Explain it's limitations.
Explain how do you validate the controls in an asp .net page?
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What r the asp.net list controls and diff. Between them?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What are the steps to follow to host a web application on a web server?
What is the difference between mechine.config and web.config?
How is a session stored and maintained in asp.net?
What is the use of session state and application state and difference between them?