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 is base class of button control in .net?
What are strong names?
What is asp.net localization?
How would you enable impersonation in the web.config file?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
What is cookieless session id explain in brief?
What methods are fired during the page load? Init()
How to create multi language website in asp.net mvc? : Asp.Net MVC
Which object encapsulates state or data of a user?
Which property is used to identify the Page is Post Back in ASP.NET?
What is the difference between stored procedure vs function?
What are the new navigation controls in asp.net 2.0?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
how to write html code with ssl
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?