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
Can the unique key be null?
What is loop in asp.net?
What is the flow of processing of the request? : asp.net mvc
Where is http session stored?
What is a postback in asp net?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the difference between stored procedure vs function?
In Data grid the question is below quantity price total these are 3 fields available in data grid if you enter quantity the total has to update automatically.Price field is already filled completely
What is owin authentication?
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
Where do the cookie state and session state information be stored?
What are sessions used for?
What are the types of session in asp.net?
What is the difference between client-side and server-side validations in webpages?
How do you remove duplicates without using remove duplicate stage?