Explain the differences between Server-side and Client-side
code?
Answer Posted / manisha
Client-side is faster than server-side as the networking
time from client to server is saved
server-side is done on the server. Then the server converts
the data into an html page and sends to the browser.
server-side is more secure as the user cannot see the code
even he does a view-source.
________________________________________
Client side validation is processed the client side before
submitting the form. The advantage of using the client side
validation is it reduces the netork trafiic since the
validation is processed in the client machine itself. Eg
email isnumeric isdate etc.
Server side validation is processed in the server. Some data
cannot be validated in the client side and it has to be
validated in the server side. Eg Date between the two dates
in the database.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain diff. Betn dataset and recordset?
What is considered a service provider?
How do I open an ashx file in windows 7?
What do you mean by View State and what is its role?
State differences between MVC and WebAPI
Which is the parent class of the ASP.NET server control?
Can I have a unique key as foreign key?
What is the state management in asp.net?
Explain Optimization technique description?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
Which browsers support the xmlhttprequest object?
Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?
What is session start?
What is the difference between a page theme and a global theme?
What is asp.net localization?