Explain the differences between Server-side and Client-side
code?
Answer Posted / sateesh kumar
Server-side code executes at server-side like asp.net server
controls and server validation controls
client-side means all the code will be executed by web
browser like all the validation will be executes by browser
using javascript.
only the differance comes in performance
1.if u place a RegularExpressionValidator it results a
request and obviously server has to send response.
2.only the advantage with server-side is,no need of writing
javascript statements and no need to bather from malicious
attacks on the source code.
Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is state management techniques in asp.net?
How will you do Redo and Undo in a TextControl?
Explain the path instructions in xaml?
Do you support digital rights management to protect my videos?
Which tool you have done?
Describe state management in asp.net?
Define a web service in .net?
What is the used of "ispostback" property?
i want the asp.net technical questions and answeres
Is razor a programming language?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is rich control in asp.net?
What can you do with asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?