Explain the differences between Server-side and Client-side
code?
Answer Posted / parth chowdhury
Server side validation can be done in XML or in HTML itself
While, Client side validation should be done by using
Javascript or Jquery but it should be processed before
submitting the form.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to fetch a data from one table to another table in asp.net ?
What is autopostback true?
What is application in asp net?
Distinguish between Server-side and Client-side code with its functionality?
How can we make sure that Web API returns JSON data only?
Explain what does wsdl stand for?
What is Model-View-View Model?
What are server activated objects?
What is datagrid asp.net?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Who creates jsessionid?
Why asp.net is better than php?
What are the advantages of Web API?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?