Explain the differences between Server-side and Client-side
code?
Answer Posted / bhim bharti
Server side scripting means that all the script will be executed by the server and interpreted as needed. ASP doesn't have some of the functionality like sockets, uploading, etc. For these you have to make a custom components usually in VB or VC++. Client side scripting means that the script will be executed immediately in the browser such as form field validation, clock, email validation, etc. Client side scripting is usually done in VBScript or JavaScript. Download time, browser compatibility, and visible code - since JavaScript and VBScript code is included in the HTML page, then anyone can see the code by viewing the page source. Also a possible security hazards for the client computer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the differences between a primary key and a unique key in sql server?
Explain client-side scripting?
What are the different types of sessions in asp.net?
Can you explain one critical mapping? Performance issue which one is better?
What are uri parameters?
Explain the difference between Repeater and Data list control in ASP.NET?
Define satellite assemblies.
Explain difference betn dataset and recordset?
Can one dll file contains the compiled code of more than one .net language?
In which event of the page life cycle, is the viewstate available?
Is viewstate secure?
how to include timer or counting time to display next page in asp.net
How to set the pane area to transparent of a scrollPane component.?
Explain different authentication modes in asp.net?
What is the used of "ispostback" property?